Skip to content

Commit ea4fb3e

Browse files
committed
Fix CI test command
1 parent 35d64e3 commit ea4fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions-rs/cargo@v1
2525
with:
2626
toolchain: stable
27-
command: all-test
27+
command: test
2828
args: --locked
2929
env:
3030
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)