We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0019638 commit 27e735cCopy full SHA for 27e735c
.github/workflows/main.yml
@@ -29,7 +29,9 @@ jobs:
29
- run: cargo test --release
30
- run: cargo test --features debug --release
31
- run: RUSTFLAGS='--cfg test_lots' cargo test --release
32
+ shell: bash
33
- run: RUSTFLAGS='--cfg test_lots' cargo test --release --features debug
34
35
36
rustfmt:
37
name: Rustfmt
0 commit comments