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