Skip to content

Commit

Permalink
Remove unused make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gigerdo committed Aug 29, 2024
1 parent a44dd09 commit 38668d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build/Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,3 @@ ifndef BUILD_ID
@ read -r -p "do you wish to continue? [y/N]: " res && if [[ "$${res:0:1}" =~ ^([yY]) ]]; then echo "-> Continuing..."; else exit 1; fi
endif
@ go test $(SWEEP_DIR) -v -sweep=$(SWEEP) $(SWEEPARGS) -timeout 60m

.PHONY: testacc-ci
testacc-ci:
@ EC_API_KEY=$(shell cat .ci/.apikey) $(MAKE) testacc

.PHONY: sweep-ci
sweep-ci:
@ EC_API_KEY=$(shell cat .ci/.apikey) SWEEPARGS=-sweep-run=$(SWEEP_CI_RUN_FILTER) $(MAKE) sweep

0 comments on commit 38668d7

Please sign in to comment.