We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414405c commit ac3aaf4Copy full SHA for ac3aaf4
.github/workflows/test.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Build binaries in "${{ matrix.BUILD_TARGET }}" mode
27
run: cargo build --profile ${{ matrix.BUILD_TARGET }}
28
- name: Run tests in "${{ matrix.BUILD_TARGET }}" mode
29
- run: cargo test --profile ${{ matrix.BUILD_TARGET }}
+ run: cargo test -- --show-output --profile ${{ matrix.BUILD_TARGET }}
30
0 commit comments