Skip to content

Commit

Permalink
fixup! Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
aosoriodw committed Jan 16, 2024
1 parent eae74b2 commit 3a1fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- install-go
- checkout
- run: "eval $(grep 'go test ' Makefile | grep -v '-race')"
- run: "eval $(grep 'GOCOVERDIR=. go test ' Makefile)"
- save-coverage

"test":
Expand Down

0 comments on commit 3a1fa12

Please sign in to comment.