Skip to content

Commit

Permalink
chore: run all tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Apr 2, 2024
1 parent 30774bf commit 028c89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
run: cargo build

- name: Run unit tests
run: cargo test --bins
run: cargo test --all-features -- --include-ignored

0 comments on commit 028c89e

Please sign in to comment.