Skip to content

Commit a8db648

Browse files
Tudyxbluthej
authored andcommitted
Unbreak cargo hack for non-libraries (#4)
1 parent 458ea13 commit a8db648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ jobs:
6666
uses: dtolnay/rust-toolchain@stable
6767
- name: cargo install cargo-hack
6868
uses: taiki-e/install-action@cargo-hack
69+
# intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
6970
- name: cargo hack
70-
run: cargo hack --feature-powerset check --lib --tests
71+
run: cargo hack --feature-powerset check
7172
msrv:
7273
runs-on: ubuntu-latest
7374
# we use a matrix here just because env can't be used in job names

0 commit comments

Comments
 (0)