Skip to content

Commit

Permalink
workflows: Ensure ci runs --all cargo tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Dec 28, 2023
1 parent 0cb4854 commit 2388cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo build

- name: Test project
run: cargo test
run: cargo test --all

- name: Run clippy
uses: giraffate/clippy-action@v1
Expand Down

0 comments on commit 2388cbc

Please sign in to comment.