Skip to content

Commit

Permalink
ci: add --all on cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Aug 27, 2024
1 parent ae275bc commit ad7f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
command: test --all
# 2
fmt:
name: Rust fmt
Expand Down

0 comments on commit ad7f381

Please sign in to comment.