Skip to content

Commit e33aed7

Browse files
committed
Merge branch 'sync-zcash-v4.1.0-merge' into sync-zcash-v4.2.0-merge
2 parents 0978377 + bac28fe commit e33aed7

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)