Skip to content

Commit

Permalink
Update rust.yml to test all libraries in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand authored Oct 25, 2023
1 parent b2c2aac commit 7ba2ab8
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 @@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --all --verbose

0 comments on commit 7ba2ab8

Please sign in to comment.