fix make test (#565)

now vet and formatcheck is lint
This commit is contained in:
6543 2021-12-04 13:24:44 +01:00 committed by GitHub
parent fc6a2a9975
commit 568dceaccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ test-frontend: frontend-dependencies
test-lib:
$(DOCKER_RUN) go test -race -timeout 30s $(shell go list ./... | grep -v '/cmd\|/agent\|/cli\|/server')
test: formatcheck vet test-agent test-server test-server-datastore test-cli test-frontend test-lib
test: test-agent test-server test-server-datastore test-cli test-frontend test-lib
build-frontend:
(cd web/; yarn install --frozen-lockfile; yarn build)