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.
--nocapture
1 parent 14bb090 commit 628c0bbCopy full SHA for 628c0bb
.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
153
sudo chown $(id -u):$(id -g) ${{ env.CARGO_TARGET_DIR }}
154
155
- run: cargo build --tests --workspace
156
- - run: cargo test --workspace
+ - run: cargo test --workspace -- --nocapture
157
158
- run: curl -sL https://github.com/mozilla/grcov/releases/download/v${{ env.GRCOV_VERSION }}/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar xjf -
159
- run: rustup component add llvm-tools
0 commit comments