Skip to content

Commit eb834eb

Browse files
committed
-- --show-output
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent bd9e48e commit eb834eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
targets: ${{ matrix.platform.target }}
3838
- name: Build
3939
run: |
40-
cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
40+
cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }} -- --show-output
4141
build_result:
4242
name: Result
4343
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)