Skip to content

Commit

Permalink
Merge pull request #178 from crazy-max/ci-fix-windows
Browse files Browse the repository at this point in the history
ci: fix test step for windows
  • Loading branch information
tonistiigi authored Feb 8, 2024
2 parents 6f63746 + bf5b720 commit 2865225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
-
name: Test
run: |
go test -coverprofile=coverage.txt -covermode=atomic ./...
go tool cover -func=coverage.txt
go test -coverprofile="coverage.txt" -covermode="atomic" ./...
go tool cover -func="coverage.txt"
-
name: Upload coverage
if: always()
Expand Down

0 comments on commit 2865225

Please sign in to comment.