Skip to content

Commit 3f352e2

Browse files
committed
output the cargo version to debug clarity error
1 parent 1f2ae47 commit 3f352e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
with:
2929
toolchain: ${{ env.RUST_TOOLCHAIN }}
3030
## run the cargo check steps
31+
- name: Cargo Version
32+
id: cargo_version
33+
run: |
34+
cargo version
35+
3136
- name: Cargo Check
3237
id: cargo_check
3338
run: |
@@ -59,5 +64,4 @@ jobs:
5964
id: expects-json
6065
run: |
6166
# if there is a diff, return will be non-zero
62-
echo "asdf" >> out.json ## induce a diff
6367
diff out.json ./sample/expected_consts.json >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)