Skip to content

Commit

Permalink
Add unit test run with cgo disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Feb 4, 2025
1 parent 3b1a915 commit c1312d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Go Unit Tests
run: go test -cover -tags=test ./...
run: go test -cover -tags=test ./...
- name: Go Unit Tests (nocgo)
run: go test -cover -tags=test ./...
env:
CGO_ENABLED: "0"

0 comments on commit c1312d7

Please sign in to comment.