We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6d2d8 commit 33323aeCopy full SHA for 33323ae
1 file changed
Makefile
@@ -118,7 +118,7 @@ shell: build ## start a shell inside the build env
118
$(DOCKER_RUN_DOCKER) bash
119
120
test: build ## run the unit, integration and docker-py tests
121
- $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py
+ $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-unit test-integration-cli test-docker-py
122
123
test-docker-py: build ## run the docker-py tests
124
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-docker-py
0 commit comments