Skip to content

Commit 4041df2

Browse files
committed
Update/fix go test -tags separation syntax
1 parent ac5c920 commit 4041df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ shell: build-image/$(UPTODATE)
106106
bash
107107

108108
configs-integration-test:
109-
/bin/bash -c "go test -tags netgo,integration -timeout 30s ./pkg/configs/..."
109+
/bin/bash -c "go test -tags 'netgo integration' -timeout 30s ./pkg/configs/..."
110110

111111
endif
112112

0 commit comments

Comments
 (0)