diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6865fb2..52c0d74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: env: GOOS: ${{ matrix.os }} GOARCH: ${{ matrix.arch }} - run: go test -v -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./... ./... + run: go test -v -coverprofile="coverage.txt" -coverpkg=./... ./... - name: 'Setup qemu-user-static on [linux] arch [arm64]' if: ${{ matrix.os == 'linux' && contains(fromJson('["arm64"]'), matrix.arch) }}