From 7ca69565010c174e0de130ff073d280d06157ade Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Wed, 27 Mar 2024 15:00:03 +0100 Subject: [PATCH] Use short tests in github CI --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0e6b3dad..507022af 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,4 +45,4 @@ jobs: version: v0.8.0 - uses: actions/checkout@v4 - name: Run tests - run: earthly --ci +test-go + run: earthly --ci +test-go --TESTFLAGS="-short"