Skip to content

Commit c0b854d

Browse files
author
Aaron Schlesinger
committed
fix(Makefile): put test cmd in a new shell
so the glide cmd is run in-container
1 parent fa3e5c9 commit c0b854d

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)