Skip to content

Commit

Permalink
remove covermode
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Ovechkin committed Feb 15, 2024
1 parent 9720d63 commit d1c627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit d1c627f

Please sign in to comment.