From fc76657ffbcc4f3f1afb50f2b388fe7b00abdfd5 Mon Sep 17 00:00:00 2001 From: kiwiidb Date: Thu, 31 Mar 2022 08:25:10 +0200 Subject: [PATCH] run all tests in all folders --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 4c083f5..94252d4 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -33,4 +33,4 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Run tests - run: go test -v -cover -coverpkg=./... ./integration_tests \ No newline at end of file + run: go test -v -cover -coverpkg=./... ./... \ No newline at end of file