diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e05d7899..24822c5e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ jobs: git submodule update --init - name: Build - run: GOWORK=off go build -v ./... + run: go build -v ./... - name: Test run: go test -race -benchmem -bench=. ./... -benchtime=100ms