Skip to content

Commit

Permalink
ci: Run cargo test --all
Browse files Browse the repository at this point in the history
  • Loading branch information
tontinton committed Jun 11, 2024
1 parent 56b02ce commit c162ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ./.github/actions/cache-setup

- name: Unit tests
run: RUST_BACKTRACE=1 cargo test
run: RUST_BACKTRACE=1 cargo test --all

lint:
name: rustfmt + clippy
Expand Down

0 comments on commit c162ba0

Please sign in to comment.