Skip to content

Commit 2e15191

Browse files
authored
chore: remove cgo need in makefile test rule (#215)
1 parent fd639e0 commit 2e15191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev:
1717
packer plugins install --path ${BINARY} "$(shell echo "${PLUGIN_FQN}" | sed 's/packer-plugin-//')"
1818

1919
test:
20-
@go test -race -count $(COUNT) $(TEST) -timeout=3m
20+
@go test -count $(COUNT) $(TEST) -timeout=3m
2121

2222
e2e_test:
2323
make -C e2e_tests test

0 commit comments

Comments
 (0)