From c1465d3bcdf24a78440300aa51e7cfc92ce874a8 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 7 Jan 2021 01:06:50 +0300 Subject: KV, updated, bug fixed, with intergration tests via plugins --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0cd285d..4c57125d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,6 +65,7 @@ jobs: - name: Run golang tests on Windows without codecov if: ${{ matrix.os == 'windows-latest' }} run: | + docker-compose -f ./tests/docker-compose.yaml up -d go test -v -race -cover -tags=debug ./utils go test -v -race -cover -tags=debug ./pkg/pipe go test -v -race -cover -tags=debug ./pkg/pool @@ -88,6 +89,7 @@ jobs: - name: Run golang tests on Linux and MacOS if: ${{ matrix.os != 'windows-latest' }} run: | + docker-compose -f ./tests/docker-compose.yaml up -d mkdir ./coverage-ci go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/utils.txt -covermode=atomic ./utils go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/pipe.txt -covermode=atomic ./pkg/pipe -- cgit v1.2.3