From f8bd31e1955b2033b26fec9652910f5fd4cf794d Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Wed, 16 Sep 2020 17:43:45 +0300 Subject: [PATCH] Fix CI commands --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e780aa4ae2..e0307fe280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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