Unbreak cargo hack for non-libraries (#4)
This commit is contained in:
parent
5ea59356dc
commit
0d12c82bf4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
|
@ -66,8 +66,9 @@ jobs:
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: cargo install cargo-hack
|
- name: cargo install cargo-hack
|
||||||
uses: taiki-e/install-action@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
|
- name: cargo hack
|
||||||
run: cargo hack --feature-powerset check --lib --tests
|
run: cargo hack --feature-powerset check
|
||||||
msrv:
|
msrv:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# we use a matrix here just because env can't be used in job names
|
# we use a matrix here just because env can't be used in job names
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue