Skip to content

Commit

Permalink
Unbreak cargo hack for non-libraries (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudyx committed Mar 20, 2023
1 parent 5ea5935 commit 0d12c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Expand Up @@ -66,8 +66,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
# intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
- name: cargo hack
run: cargo hack --feature-powerset check --lib --tests
run: cargo hack --feature-powerset check
msrv:
runs-on: ubuntu-latest
# we use a matrix here just because env can't be used in job names
Expand Down

0 comments on commit 0d12c82

Please sign in to comment.