commit | bedd250875f61bd17b689260c6bbca24b6890024 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Mar 25 08:44:18 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Mar 25 08:45:35 2020 -0700 |
tree | fd3c22d8af78dbc1980935f1dd241a61dae73a50 | |
parent | da7758b7a68c3597e60b1c40b0f3efc8f100984f [diff] [blame] |
Docker build back to working state Change-Id: I20d22cd6f1fa6eb9112e4e40b79e1567acb86e93
diff --git a/Makefile b/Makefile index 0709713..f118e64 100644 --- a/Makefile +++ b/Makefile
@@ -151,7 +151,7 @@ lint: local-lib-go lint-style lint-sanity lint-mod lint-dockerfile -test: +test: docker-build @mkdir -p ./tests/results @${GO} test -mod=vendor -v -coverprofile ./tests/results/go-test-coverage.out -covermode count ./... 2>&1 | tee ./tests/results/go-test-results.out ;\ RETURN=$$? ;\