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 5596de0 commit 95f9cd7Copy full SHA for 95f9cd7
.github/workflows/test.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features
83
cargo build --target ${{ matrix.target }} --no-default-features --features alloc,getrandom,small_rng
84
- cargo test --target ${{ matrix.target }} --no-default-features --features=alloc,getrandom,small_rng
+ cargo test --target ${{ matrix.target }} --lib --tests --no-default-features --features=alloc,getrandom,small_rng
85
# all stable features:
86
cargo test --target ${{ matrix.target }} --features=serde1,log,small_rng
87
cargo test --target ${{ matrix.target }} --examples
0 commit comments