From 1bf8c69bb90b4e367d83bc7b207592edbc86f4cf Mon Sep 17 00:00:00 2001 From: Trevor Nederlof Date: Wed, 5 Apr 2023 20:23:26 +0000 Subject: [PATCH] Remove integration tests from automatic process --- .github/workflows/build-test-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index b3d2f06..2167565 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -26,8 +26,8 @@ jobs: cache: true - name: Build run: go build -v ./... - - name: Test (Unit + Integration Tests) - run: RSW_LICENSE=${{secrets.RSW_LICENSE}} go test -v -timeout 30m ./... + - name: Test (Unit Only) + run: go test -v ./... -short - name: Bump version and push tag uses: anothrNick/github-tag-action@1.59.0 env: