Sync branch magefile with main #104308
2
Makefile
2
Makefile
@ -240,7 +240,7 @@ swagger-ui:
|
|||||||
test:
|
test:
|
||||||
# Ensure the web-static directory exists, so that `web/web_app.go` can embed something.
|
# Ensure the web-static directory exists, so that `web/web_app.go` can embed something.
|
||||||
mkdir -p ${WEB_STATIC}
|
mkdir -p ${WEB_STATIC}
|
||||||
go test -short ./...
|
go test -short -failfast ./...
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@go clean -i -x
|
@go clean -i -x
|
||||||
|
Loading…
Reference in New Issue
Block a user