From 2e99409203736c9ae51e3467b375fe7be5f432dd Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 24 Apr 2023 15:36:58 +0200 Subject: [PATCH] :robot: Build binary before testing Signed-off-by: Itxaka --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 44e887b..deacaf5 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -25,7 +25,7 @@ jobs: packages: utils/earthly - name: Run Build run: | - earthly +dist + earthly +build - name: Run tests run: | earthly +test