Skip to content

Commit

Permalink
ci: run tests on all features
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Sep 14, 2024
1 parent f2035e3 commit b7f39cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- name: Clippy
run: cargo +nightly clippy --all-targets --all-features

- name: Test
run: cargo +nightly test --all-features

- name: Format
run: cargo +nightly fmt --check

0 comments on commit b7f39cc

Please sign in to comment.