From 603f3c2445d4de2378ea9a144ad8cd2e2f83a43d Mon Sep 17 00:00:00 2001 From: Sean McGary Date: Mon, 9 Sep 2024 12:49:10 -0500 Subject: [PATCH] Install deps before testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39eaf0aa..81dcbd50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: with: go-version: 1.22 - name: Run tests - run: make test + run: make ci-test build: # needs: test runs-on: ubuntu-latest