Skip to content

Commit

Permalink
Run test with --all-features in CI (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
steamroller-airmash committed Jun 17, 2022
1 parent 85df9d9 commit 677f9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --color always ${{ env.CARGO_FLAGS }}
args: --all-features --color always ${{ env.CARGO_FLAGS }}

format:
name: check-fmt
Expand Down

0 comments on commit 677f9f8

Please sign in to comment.