More live testing!

This commit is contained in:
bvanvugt 2023-02-20 04:19:25 +00:00
parent eee744ab56
commit 5543176e7c
2 changed files with 3 additions and 3 deletions

View file

@ -34,8 +34,8 @@ jobs:
check-latest: true check-latest: true
- run: | - run: |
echo --- echo ---
echo ${GOPATH} echo GOPATH ${GOPATH}
go env GOPATH echo GOENVPATH $(go env GOPATH)
make nonsense make nonsense
echo --- echo ---
make test-lint make test-lint

View file

@ -1,4 +1,4 @@
GOPATH ?= $(shell $$(go env GOPATH)) GOPATH := $(shell $$(go env GOPATH))
GOLANGCI_LINT_PATH := $(GOPATH)/bin/golangci-lint GOLANGCI_LINT_PATH := $(GOPATH)/bin/golangci-lint
GOLANGCI_LINT_VERSION := 1.51.1 GOLANGCI_LINT_VERSION := 1.51.1