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