mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 16:37:34 +00:00
Added integration tests for OIDC on Makefile
This commit is contained in:
3
Makefile
3
Makefile
@@ -35,6 +35,9 @@ test_integration_derp:
|
|||||||
test_integration_general:
|
test_integration_general:
|
||||||
go test -failfast -tags integration_general,integration -timeout 30m -count=1 ./...
|
go test -failfast -tags integration_general,integration -timeout 30m -count=1 ./...
|
||||||
|
|
||||||
|
test_integration_oidc:
|
||||||
|
go test -failfast -tags integration_oidc,integration -timeout 30m -count=1 ./...
|
||||||
|
|
||||||
coverprofile_func:
|
coverprofile_func:
|
||||||
go tool cover -func=coverage.out
|
go tool cover -func=coverage.out
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user