We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e57ac commit 720c86fCopy full SHA for 720c86f
.github/workflows/ci.yml
@@ -24,4 +24,6 @@ jobs:
24
with:
25
lfs: true
26
- uses: moonrepo/setup-rust@v1
27
- - run: cargo test --all
+ with:
28
+ bins: cargo-nextest@0.9.108
29
+ - run: cargo nextest run --all
0 commit comments