We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ad538 commit 4a816ffCopy full SHA for 4a816ff
Makefile
@@ -857,6 +857,9 @@ test-extended-cyclonus: ## run the cyclonus test for npm.
857
test-azure-ipam: ## run the unit test for azure-ipam
858
cd $(AZURE_IPAM_DIR) && go test
859
860
+test-azure-ip-masq-merger: ## run the unit test for azure-ip-masq-merger
861
+ cd $(AZURE_IP_MASQ_MERGER_DIR) && go test
862
+
863
kind:
864
kind create cluster --config ./test/kind/kind.yaml
865
0 commit comments