Skip to content

Commit

Permalink
Makefile: remove a missing target
Browse files Browse the repository at this point in the history
test_integration_oidc was removed in 0525bea
  • Loading branch information
motiejus authored and juanfont committed Jan 14, 2023
1 parent e27e01c commit 6edac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev: lint test build
test:
@go test $(TAGS) -short -coverprofile=coverage.out ./...

test_integration: test_integration_cli test_integration_derp test_integration_oidc test_integration_v2_general
test_integration: test_integration_cli test_integration_derp test_integration_v2_general

test_integration_cli:
docker network rm $$(docker network ls --filter name=headscale --quiet) || true
Expand Down

0 comments on commit 6edac48

Please sign in to comment.