We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0978377 + bac28fe commit e33aed7Copy full SHA for e33aed7
.github/workflows/ci-basic.yml
@@ -57,6 +57,10 @@ jobs:
57
run: cargo fmt -- --check
58
- name: Run clippy
59
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
64
65
- name: Show system resource summary
66
run: |
0 commit comments