mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Added integration tests for OIDC on Makefile
This commit is contained in:
parent
9c0cf4595a
commit
41353a57c8
1 changed files with 3 additions and 0 deletions
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue