mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Make it easier to run cli integration tests
This commit is contained in:
parent
cfd53bc4aa
commit
0012c76170
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -20,6 +20,9 @@ test:
|
|||
test_integration:
|
||||
go test -tags integration -timeout 30m ./...
|
||||
|
||||
test_integration_cli:
|
||||
go test -tags integration -v integration_cli_test.go integration_common_test.go
|
||||
|
||||
coverprofile_func:
|
||||
go tool cover -func=coverage.out
|
||||
|
||||
|
|
Loading…
Reference in a new issue