Skip to content

Commit

Permalink
Call make unit-test again in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Mar 20, 2024
1 parent 95d01e2 commit 3dd76f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 }}"
go test -race -count 1 ./builder/linode/... -timeout=3m -v
make unit-test
windows-go-tests:
needs:
Expand All @@ -55,7 +55,7 @@ jobs:
# Running unit tests directly with `go test` due to gofmt/gofumpt issues in Windows
- run: |
echo "Testing with Go ${{ needs.get-go-version.outputs.go-version }}"
go test -race -count 1 ./builder/linode/... -timeout=3m -v
make unit-test
linux-go-tests:
needs:
Expand Down

0 comments on commit 3dd76f9

Please sign in to comment.