Skip to content

Commit

Permalink
workflow: Add all features flag to build and test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Aug 29, 2024
1 parent c127e63 commit ac4693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
env:
CARGO_TERM_COLOR: always
CARGO_TERM_VERBOSE: true
CARGOFLAGS: --workspace --all-targets
CARGOFLAGS: --workspace --all-targets --all-features
RUST_LOG: trace

jobs:
Expand Down

0 comments on commit ac4693c

Please sign in to comment.