From 6b25c52a41a998e83b2ed7e87481ae7294700baf Mon Sep 17 00:00:00 2001 From: Paul Balogh Date: Mon, 22 Jan 2024 17:47:13 -0600 Subject: [PATCH] Don't run container-based compliance test via CI Signed-off-by: Paul Balogh --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a92adf7..953d9f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: go-version: 1.21.x - name: Run unit tests - run: go test -v -cover -race ./... + run: go test -test.short -v -cover -race ./... check-compliance: runs-on: ubuntu-latest