From 6e90a97c9284f2aba571216afb0dfaad466f9899 Mon Sep 17 00:00:00 2001 From: Andrei Baltariu Date: Wed, 11 Dec 2024 11:36:04 +0200 Subject: [PATCH] Reverted yml file Signed-off-by: Andrei Baltariu --- .github/workflows/on_pull_request_build_contracts.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/on_pull_request_build_contracts.yml b/.github/workflows/on_pull_request_build_contracts.yml index 0404ddbd..68af298d 100644 --- a/.github/workflows/on_pull_request_build_contracts.yml +++ b/.github/workflows/on_pull_request_build_contracts.yml @@ -11,11 +11,3 @@ jobs: uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.2.0 with: image_tag: v8.0.0 - - test: - runs-on: ubuntu-latest - needs: build - steps: - - uses: actions/checkout@v3 - - name: Run cargo tests - run: cargo test --features chain-simulator-tests