From 9ca45f5e2a5561c1e0a77680b30b502f4ff5accc Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Tue, 19 Jan 2021 13:56:17 +0100 Subject: [PATCH] Only run short tests on 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 23853066..67f69ed1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -121,4 +121,4 @@ jobs: run: go mod download - name: Test - run: ./test full --test-only + run: ./test --test-only