From 44d9cab22ffef1dfafff374a0976765454dc7542 Mon Sep 17 00:00:00 2001 From: ppedziwiatr Date: Mon, 11 Mar 2024 15:35:17 +0100 Subject: [PATCH] chore: temp switch of regression tests due to issues with arweave.net gw --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d7e0fe4..f679a817 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,6 @@ jobs: run: yarn test:integration:wasm - name: Test example rust contracts run: yarn build:test:wasm - - name: Run regression tests - run: yarn test:regression - name: Trigger integration tests if: github.ref_name == 'main' run: >