Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jul 31, 2023
1 parent 574af5b commit 01fe6bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ jobs:
assembly:
name: Assembly tests
runs-on: ubuntu-latest
needs:
- fmt
- lint

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 01fe6bb

Please sign in to comment.