Skip to content

Commit

Permalink
fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed May 31, 2024
1 parent f7bef65 commit 48c80a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
go-version: ${{ needs.get-go-version.outputs.go-version }}
- run: |
echo "Testing with Go ${{ needs.get-go-version.outputs.go-version }}"
go test -race -count 1 ./... -timeout=3m
CGO_ENABLED=1 CC=clang go test -race -count 1 ./... -timeout=3m
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.18.8
1.22.3

0 comments on commit 48c80a8

Please sign in to comment.