mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
parent
fc6a2a9975
commit
568dceaccf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -71,7 +71,7 @@ test-frontend: frontend-dependencies
|
||||||
test-lib:
|
test-lib:
|
||||||
$(DOCKER_RUN) go test -race -timeout 30s $(shell go list ./... | grep -v '/cmd\|/agent\|/cli\|/server')
|
$(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:
|
build-frontend:
|
||||||
(cd web/; yarn install --frozen-lockfile; yarn build)
|
(cd web/; yarn install --frozen-lockfile; yarn build)
|
||||||
|
|
Loading…
Reference in a new issue