From efc3ce5c17da465914af623a594d29c764e6717d Mon Sep 17 00:00:00 2001 From: Hanno Cornelius Date: Fri, 9 Jun 2023 12:48:02 +0200 Subject: [PATCH] fix: make targets --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2852111..3fe8586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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