We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea5935 commit 0d12c82Copy full SHA for 0d12c82
.github/workflows/check.yml
@@ -66,8 +66,9 @@ jobs:
66
uses: dtolnay/rust-toolchain@stable
67
- name: cargo install cargo-hack
68
uses: taiki-e/install-action@cargo-hack
69
+ # intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
70
- name: cargo hack
- run: cargo hack --feature-powerset check --lib --tests
71
+ run: cargo hack --feature-powerset check
72
msrv:
73
runs-on: ubuntu-latest
74
# we use a matrix here just because env can't be used in job names
0 commit comments