diff options
author | Andrea Censi <acensi@ethz.ch> | 2022-02-22 13:54:04 +0100 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2022-02-22 13:54:04 +0100 |
commit | e2dd6011ad2abcec220220f14efdb451c986aea3 (patch) | |
tree | e59ddb64dec6f3f6b8a5a3d4c61a224b79324029 /Makefile | |
parent | fix (diff) | |
download | act4e-e2dd6011ad2abcec220220f14efdb451c986aea3.tar.gz act4e-e2dd6011ad2abcec220220f14efdb451c986aea3.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,17 +5,17 @@ tag=mytag build: docker build --build-arg DOCKER_REGISTRY=${DOCKER_REGISTRY} -t $(tag) . -check: build +docker-check: build docker run -it --rm -v $(PWD)/out-results:/ACT4E/out-results $(tag) \ act4e-test --collections act4e_checks --module act4e_solutions -check-%: build +docker-check-%: build docker run -it --rm -v $(PWD)/out-results:/ACT4E/out-results $(tag) \ act4e-test --collections act4e_checks --module act4e_solutions --group $* -local-check: +check: act4e-test --collections act4e_checks --module act4e_solutions -local-check-%: +check-%: act4e-test --collections act4e_checks --module act4e_solutions --group $*
\ No newline at end of file |