We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa3e5c9 + c0b854d commit b95278cCopy full SHA for b95278c
1 file changed
Makefile
@@ -94,4 +94,4 @@ test-style:
94
done
95
96
test-unit:
97
- ${DEV_ENV_PREFIX_CGO_ENABLED} ${DEV_ENV_IMAGE} ${GOTEST} $$(glide nv)
+ ${DEV_ENV_PREFIX_CGO_ENABLED} ${DEV_ENV_IMAGE} sh -c '${GOTEST} $$(glide nv)'
0 commit comments