Skip to content

Commit b95278c

Browse files
committed
Merge pull request #15 from arschles/fix-test
fix(Makefile): put test cmd in a new shell
2 parents fa3e5c9 + c0b854d commit b95278c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ test-style:
9494
done
9595

9696
test-unit:
97-
${DEV_ENV_PREFIX_CGO_ENABLED} ${DEV_ENV_IMAGE} ${GOTEST} $$(glide nv)
97+
${DEV_ENV_PREFIX_CGO_ENABLED} ${DEV_ENV_IMAGE} sh -c '${GOTEST} $$(glide nv)'

0 commit comments

Comments
 (0)