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 ccc0508 commit 129e0d4Copy full SHA for 129e0d4
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Clippy
48
run: cargo clippy
49
- name: Run tests
50
- run: cargo test-all-features -- --nocapture
+ run: cargo test-all-features
51
env:
52
RUST_LOG: debug
53
cross:
0 commit comments