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 3f352e2 commit a88482fCopy full SHA for a88482f
.github/workflows/core-build-tests.yml
@@ -27,11 +27,12 @@ jobs:
27
uses: actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1
28
with:
29
toolchain: ${{ env.RUST_TOOLCHAIN }}
30
- ## run the cargo check steps
+ ## run the cargo check steps with
31
- name: Cargo Version
32
id: cargo_version
33
run: |
34
cargo version
35
+ # cargo 1.86.0 (adf9b6ad1 2025-02-28)
36
37
- name: Cargo Check
38
id: cargo_check
@@ -45,7 +46,8 @@ jobs:
45
46
47
## this step fails on the unused imports
48
- name: Cargo Check (clarity)
- if: ${{ false }}
49
+ # if: ${{ false }}
50
+ shell: bash -e {0}
51
id: cargo_check_clarity
52
53
cargo check -p clarity --no-default-features
0 commit comments