Skip to content

Commit ac3aaf4

Browse files
committed
Updated testing CI
1 parent 414405c commit ac3aaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Build binaries in "${{ matrix.BUILD_TARGET }}" mode
2727
run: cargo build --profile ${{ matrix.BUILD_TARGET }}
2828
- name: Run tests in "${{ matrix.BUILD_TARGET }}" mode
29-
run: cargo test --profile ${{ matrix.BUILD_TARGET }}
29+
run: cargo test -- --show-output --profile ${{ matrix.BUILD_TARGET }}
3030

0 commit comments

Comments
 (0)