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 f5f2974 commit 3f62932Copy full SHA for 3f62932
.github/workflows/tests.yml
@@ -33,6 +33,8 @@ jobs:
33
- uses: taiki-e/install-action@cargo-hack
34
- run: sudo apt-get update -y
35
if: matrix.os == 'ubuntu-24.04'
36
+ - name: update toolchain
37
+ run: rustup toolchain install
38
- name: cargo check (powerset)
39
run: cargo hack check --feature-powerset --no-dev-deps
40
- name: cargo check examples (powerset)
@@ -74,6 +76,8 @@ jobs:
74
76
components: clippy
75
77
- uses: Swatinem/[email protected]
78
79
80
81
- name: clippy (all targets, feature powerset)
82
run: cargo hack clippy --all-targets --feature-powerset -- -D warnings
83
0 commit comments