Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Feb 5, 2024
1 parent 919e0e7 commit 30d5088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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
make unit-test
windows-go-tests:
needs:
Expand All @@ -57,7 +57,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
make unit-test
linux-go-tests:
needs:
Expand All @@ -71,4 +71,4 @@ 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
make unit-test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugin-check: install-packer-sdc build
@packer-sdc plugin-check ${BINARY}

unit-test: dev
@PACKER_ACC=1 go test -count $(COUNT) -v $(TEST) -timeout=10m
go test -count $(COUNT) -v $(TEST) -timeout=10m

int-test: dev
@go test -v test/integration/e2e_test.go
Expand Down

0 comments on commit 30d5088

Please sign in to comment.