Skip to content

Commit

Permalink
fix: Issue with darwin-go-test workflow (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Mar 19, 2024
1 parent be1854b commit 8352baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
go-version: ${{ needs.get-go-version.outputs.go-version }}
- run: |
echo "Testing with Go ${{ needs.get-go-version.outputs.go-version }}"
make unit-test
go test -race -count 1 ./builder/linode/... -timeout=3m -v
windows-go-tests:
needs:
Expand Down

0 comments on commit 8352baa

Please sign in to comment.