Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
| ... | ... |
@@ -35,7 +35,7 @@ docs-release: docs-build |
| 35 | 35 |
$(DOCKER_RUN_DOCS) "$(DOCKER_DOCS_IMAGE)" ./release.sh |
| 36 | 36 |
|
| 37 | 37 |
test: build |
| 38 |
- $(DOCKER_RUN_DOCKER) hack/make.sh binary test-unit test-integration test-integration-cli |
|
| 38 |
+ $(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration test-integration-cli |
|
| 39 | 39 |
|
| 40 | 40 |
test-unit: build |
| 41 | 41 |
$(DOCKER_RUN_DOCKER) hack/make.sh test-unit |