diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 91535da..5de8326 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -39,7 +39,7 @@ jobs: with: go-version-file: 'go.mod' - name: Unit tests - run: make test #go test -race ./... + run: make test docker-build: runs-on: ubuntu-latest