Skip to content

Commit

Permalink
exclude all hotshot?
Browse files Browse the repository at this point in the history
  • Loading branch information
jparr721 committed Feb 7, 2025
1 parent 90ea6c3 commit 8508be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
# as each individual feature enabled.
- name: Check compilation for feature combinations
run: |
cargo hack check --feature-powerset --exclude hotshot-query-service
cargo hack check --feature-powerset --exclude hotshot-*
- name: Check compilation for feature combinations (--tests)
run: |
cargo hack check --feature-powerset --tests --exclude hotshot-query-service
cargo hack check --feature-powerset --tests --exclude hotshot-*

0 comments on commit 8508be4

Please sign in to comment.