From 6c11517a2783a6cf33e7640a4250459872642689 Mon Sep 17 00:00:00 2001 From: John Bristowe Date: Sun, 22 Nov 2020 08:04:57 +1000 Subject: [PATCH] Run integration tests only --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9e6ad9c1..d7fa300b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -28,5 +28,5 @@ jobs: run: ./tests/Create-ApiKey.ps1 shell: pwsh - - name: Run tests - run: go test -v ./... + - name: Run integration tests + run: go test -v ./integration/...