Skip to content

Commit a631fba

Browse files
committed
ci: use --all when running cargo test
1 parent 350681c commit a631fba

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
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: dtolnay/rust-toolchain@stable
29-
- run: cargo test
29+
- run: cargo test --all
3030

3131
fmt:
3232
name: cargo fmt --all -- --check

0 commit comments

Comments
 (0)