diff options
author | Valery Piashchynski <[email protected]> | 2021-01-18 22:38:45 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-18 22:38:45 +0300 |
commit | 4b17b4e3050be2f9caef749e7f05394d46815459 (patch) | |
tree | 787504dbb7b570f39c12af2913187175042b4bfd /.github/workflows/build.yml | |
parent | 6cbf6d78fe0a49475e5523a2bffe8996ecf8396e (diff) |
Update CI
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index febf3e04..ca04b7ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: docker-compose -f ./tests/docker-compose.yaml down - name: Run golang tests on MacOS without codecov - if: ${{ matrix.os == 'windows-latest' }} + if: ${{ matrix.os == 'macos-latest' }} run: | go test -v -race -tags=debug ./utils go test -v -race -tags=debug ./pkg/pipe |