We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d64e3 commit ea4fb3eCopy full SHA for ea4fb3e
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions-rs/cargo@v1
25
with:
26
toolchain: stable
27
- command: all-test
+ command: test
28
args: --locked
29
env:
30
RUST_BACKTRACE: 1
0 commit comments