Skip to content

Commit

Permalink
Fix CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Sep 16, 2020
1 parent c2d7d3b commit f8bd31e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
run: |
zksync db-setup # So database will be created for compilation.
zksync dummy-prover ensure-disabled
cargo fmt -- --check
cargo fmt --all -- --check
cargo clippy --tests --benches -- -D warnings
pushd js/zksync-crypto
pushd sdk/zksync-crypto
cargo fmt -- --check
cargo clippy --tests --benches -- -D warnings
cargo clippy --all --tests --benches -- -D warnings
- name: init
run: zksync init
Expand Down

0 comments on commit f8bd31e

Please sign in to comment.