mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-28 23:08:04 +00:00
Fail integration tests fast
This commit is contained in:
2
Makefile
2
Makefile
@@ -18,7 +18,7 @@ test:
|
||||
@go test -coverprofile=coverage.out ./...
|
||||
|
||||
test_integration:
|
||||
go test -tags integration -timeout 30m -count=1 ./...
|
||||
go test -failfast -tags integration -timeout 30m -count=1 ./...
|
||||
|
||||
test_integration_cli:
|
||||
go test -tags integration -v integration_cli_test.go integration_common_test.go
|
||||
|
||||
Reference in New Issue
Block a user