chore(make): fixed makefile to use go variable instead of go in PATH
All checks were successful
Go Tests / go-tests (push) Successful in 1m23s
All checks were successful
Go Tests / go-tests (push) Successful in 1m23s
This commit is contained in:
parent
793c0b1913
commit
36c0b89eb5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ clean: ## Clean up build artifacts
|
||||||
test: verify go-test
|
test: verify go-test
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
@go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 run --timeout=8m --build-tags testing ./...
|
@$(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 run --timeout=8m --build-tags testing ./...
|
||||||
|
|
||||||
go-test:
|
go-test:
|
||||||
@$(GO) test -race -tags testing -v $(TEST_ARGS) -timeout=15m -parallel=4 -count=1 ./...
|
@$(GO) test -race -tags testing -v $(TEST_ARGS) -timeout=15m -parallel=4 -count=1 ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue