Skip to content

Commit bac28fe

Browse files
committed
CI: restore repo cleanliness check, revert temporary Cargo config changes beforehand
1 parent 0bf444b commit bac28fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-basic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
run: cargo fmt -- --check
5858
- name: Run clippy
5959
run: cargo clippy --workspace --all-targets --features "default-release-binaries proptest-impl lightwalletd-grpc-tests zebra-checkpoints"
60+
- name: Restore cargo config
61+
run: git checkout -- .cargo/config.toml
62+
- name: Verify working directory is clean
63+
run: git diff --exit-code
6064

6165
- name: Show system resource summary
6266
run: |

0 commit comments

Comments
 (0)