Skip to content

Commit

Permalink
Initialize DB before lints
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Sep 11, 2020
1 parent c35e4ce commit d7def68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: lints
run: |
zksync db-setup # So database will be created for compilation.
zksync dummy-prover ensure-disabled
cargo fmt -- --check
cargo clippy --tests --benches -- -D warnings
Expand Down

0 comments on commit d7def68

Please sign in to comment.