We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8fc34 commit 5c49996Copy full SHA for 5c49996
1 file changed
Makefile
@@ -52,7 +52,12 @@ build:
52
done
53
54
test:
55
- ${DEV_ENV_CMD} go test ./pkg && go test ./pkg/confd && go test ./pkg/env && go test ./pkg/etcd && go test ./pkg/git && go test ./pkg/sshd
+ ${DEV_ENV_CMD} go test ./pkg && \
56
+ ${DEV_ENV_CMD} go test ./pkg/confd && \
57
+ ${DEV_ENV_CMD} go test ./pkg/env && \
58
+ ${DEV_ENV_CMD} go test ./pkg/etcd && \
59
+ ${DEV_ENV_CMD} go test ./pkg/git && \
60
+ ${DEV_ENV_CMD} go test ./pkg/sshd
61
62
docker-build:
63
docker build --rm -t ${IMAGE} rootfs
0 commit comments