From 01fe6bbdf89bbcf1d73792f0b08a3a603d2e5c5e Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Mon, 31 Jul 2023 12:48:54 +0200 Subject: [PATCH] TMP --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edd09f887..fb1c7e409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,9 +217,6 @@ jobs: assembly: name: Assembly tests runs-on: ubuntu-latest - needs: - - fmt - - lint steps: - uses: actions/checkout@v3 @@ -252,7 +249,6 @@ jobs: run: cargo run --bin=test-assembly -- --target=x86_64-apple-darwin - name: Run all assembly tests - if: ${{ env.FULL }} run: ./helper-scripts/run-assembly-tests.sh env: TEST_OVERWRITE: 1