From 09c9064bae23a0c0743a82154a48432fc1bc9329 Mon Sep 17 00:00:00 2001 From: Jrigada Date: Thu, 22 Aug 2024 14:25:06 -0300 Subject: [PATCH] Avoid running upstream tests --- .github/workflows/zksync-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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