We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Test Suite
1 parent 3a03ca5 commit 0c9a8ceCopy full SHA for 0c9a8ce
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: actions-rust-lang/[email protected]
11
with:
12
toolchain: stable
13
- - run: cargo test --all-features
+ - run: cargo test --all
14
15
cargo-release:
16
if: startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '-test')
0 commit comments