Skip to content

Commit a88482f

Browse files
committed
test specific shell in single step
1 parent 3f352e2 commit a88482f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/core-build-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
uses: actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1
2828
with:
2929
toolchain: ${{ env.RUST_TOOLCHAIN }}
30-
## run the cargo check steps
30+
## run the cargo check steps with
3131
- name: Cargo Version
3232
id: cargo_version
3333
run: |
3434
cargo version
35+
# cargo 1.86.0 (adf9b6ad1 2025-02-28)
3536
3637
- name: Cargo Check
3738
id: cargo_check
@@ -45,7 +46,8 @@ jobs:
4546
4647
## this step fails on the unused imports
4748
- name: Cargo Check (clarity)
48-
if: ${{ false }}
49+
# if: ${{ false }}
50+
shell: bash -e {0}
4951
id: cargo_check_clarity
5052
run: |
5153
cargo check -p clarity --no-default-features

0 commit comments

Comments
 (0)