From 8b4d27344cdb81c503db6629f671e98514248eac Mon Sep 17 00:00:00 2001 From: jonastheis <mail@jonastheis.de> Date: Fri, 3 Apr 2020 20:14:15 +0200 Subject: [PATCH] Fix unit test directory --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a418ca47..892e607a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v2 - name: Run Tests - run: go test ./... + run: go test ./packages/... integration-test: name: Integration Tests -- GitLab