summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-22 13:38:05 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-22 13:38:05 +0100
commit3f79a6e32d329531e99b05da5f83b4227f75fd2d (patch)
tree841423bf15a346adcfd58abfe4ef1cec12d2cc16 /Makefile
parentfix (diff)
downloadact4e-3f79a6e32d329531e99b05da5f83b4227f75fd2d.tar.gz
act4e-3f79a6e32d329531e99b05da5f83b4227f75fd2d.zip
fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5177571..0aca7d6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ tag=mytag
build:
docker build --build-arg DOCKER_REGISTRY=${DOCKER_REGISTRY} -t $(tag) .
-
check: build
docker run -it --rm -v $(PWD)/out-results:/ACT4E/out-results $(tag) \
act4e-test --collections act4e_checks --module act4e_solutions
@@ -15,3 +14,8 @@ 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:
+ act4e-test --collections act4e_checks --module act4e_solutions
+
+local-check-%:
+ act4e-test --collections act4e_checks --module act4e_solutions --group $* \ No newline at end of file