Skip to content

Commit

Permalink
Remove redundant --all-features
Browse files Browse the repository at this point in the history
We don't have any feature flags.
  • Loading branch information
swsnr committed Jan 9, 2025
1 parent f3c784c commit 0b1212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- run: blueprint-compiler format resources/**/*.blp
# Make the glob work
shell: bash
- run: cargo build --all-features
- run: cargo build
- run: cargo clippy --all-targets
- run: cargo test
- name: cargo deny check
Expand Down

0 comments on commit 0b1212c

Please sign in to comment.