Skip to content

Commit

Permalink
fix cargo hack idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragarnoy committed Nov 6, 2024
1 parent ac8ff91 commit bbc75de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
# --feature-powerset runs for every combination of features
- name: cargo hack
run: cargo hack --feature-powerset --exclude-no-default-features check
run: cargo hack --feature-powerset check
msrv:
# check that we can build using the minimal rust version that is specified by this crate
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbc75de

Please sign in to comment.