Skip to content

Commit

Permalink
run windows tests without cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Dec 18, 2023
1 parent 25ad6c7 commit 8ae5a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
${{ runner.os }}-go-
- name: Run Tests
run: go test -race -coverprofile coverage.txt -coverpkg ./... ./...
run: CGO_ENABLED=0 go test -race -coverprofile coverage.txt -coverpkg ./... ./...
- name: Upload Codecov
# Only submit code coverage if OS is Linux
if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit 8ae5a2d

Please sign in to comment.