Skip to content

Commit 087d37c

Browse files
Merge pull request #241 from cakebaker/ci_use_test_all
ci: use `--all` when running `cargo test`
2 parents 886049d + a631fba commit 087d37c

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)