From 7dcae0346000efe76767d56833cb1e161bec1c8d Mon Sep 17 00:00:00 2001 From: Ilja Lapkovskis Date: Fri, 19 Jan 2024 17:48:13 +0200 Subject: [PATCH] Adjust integration test path --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 0d454d8..8577c1d 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -32,7 +32,7 @@ jobs: run: go build -v . - name: Test - run: go test -coverprofile=coverage.out -covermode=atomic -v tests/. + run: go test -coverprofile=coverage.out -covermode=atomic -v ./tests/. - name: Upload coverage report uses: codecov/codecov-action@v1