Skip to content

Commit f100269

Browse files
committed
Remove leftover inlined CGO_ENABLED
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent e654d8b commit f100269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test:
6060
testacc:
6161
@branch=$$(git rev-parse --abbrev-ref HEAD); \
6262
printf "==> Running acceptance tests on branch: \033[1m%s\033[0m...\n" "🌿 $$branch 🌿"
63-
TF_ACC=1 CGO_ENABLED=0 go test $(TEST) -v -run '^TestAcc' $(RUNARGS) $(TESTARGS) -timeout 120m -count=1
63+
TF_ACC=1 go test $(TEST) -v -run '^TestAcc' $(RUNARGS) $(TESTARGS) -timeout 120m -count=1
6464

6565
test-compile:
6666
@if [ "$(TEST)" = "./..." ]; then \

0 commit comments

Comments
 (0)