Skip to content

Commit

Permalink
github/checks: Avoid using deprecated argument for test
Browse files Browse the repository at this point in the history
  • Loading branch information
strykejern committed Oct 17, 2024
1 parent 67e3552 commit 9ee3cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cargo test"
run: cargo test --all
run: cargo test

format:
name: "Check rustfmt"
Expand Down

0 comments on commit 9ee3cf9

Please sign in to comment.