fix: make targets

This commit is contained in:
Hanno Cornelius 2023-06-09 12:48:02 +02:00
parent 055966f998
commit efc3ce5c17
No known key found for this signature in database
GPG Key ID: 081F615B3EDEF8DE
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ jobs:
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
- name: Build binaries
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 v1
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all
test-legacy:
needs: changes
@ -103,4 +103,4 @@ jobs:
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
- name: Run tests
run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 test1
run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 test