diff --git a/.github/workflows/zksync-ci.yml b/.github/workflows/zksync-ci.yml index eb0951c8..ef875ad5 100644 --- a/.github/workflows/zksync-ci.yml +++ b/.github/workflows/zksync-ci.yml @@ -73,6 +73,6 @@ jobs: with: cache-on-failure: true - name: Run tests - run: cargo test --all-features + run: cargo test zk env: RUST_BACKTRACE: full \ No newline at end of file