mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-21 15:05:23 +00:00
Added integration tests for OIDC on Makefile
This commit is contained in:
parent
9c0cf4595a
commit
41353a57c8
3
Makefile
3
Makefile
@ -35,6 +35,9 @@ test_integration_derp:
|
||||
test_integration_general:
|
||||
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:
|
||||
go tool cover -func=coverage.out
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user