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 72e3954 commit 263c144Copy full SHA for 263c144
.github/workflows/rust.yml
@@ -89,4 +89,4 @@ jobs:
89
# about some small leaks if backtraces are captured,
90
# so ensure they're not
91
RUST_BACKTRACE: 0
92
- run: cargo test -Zbuild-std --verbose --target=x86_64-unknown-linux-gnu
+ run: cargo test -Zbuild-std --verbose --target=x86_64-unknown-linux-gnu --lib --bins --tests
0 commit comments