Skip to content

Commit

Permalink
Include OIDC in the full execution
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Sep 8, 2022
1 parent 41353a5 commit 5774b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -24,7 +24,7 @@ dev: lint test build
test:
@go test -coverprofile=coverage.out ./...

test_integration: test_integration_cli test_integration_derp test_integration_general
test_integration: test_integration_cli test_integration_derp test_integration_oidc test_integration_general

test_integration_cli:
go test -failfast -tags integration_cli,integration -timeout 30m -count=1 ./...
Expand Down

0 comments on commit 5774b32

Please sign in to comment.