Skip to content

Commit cc2a1cc

Browse files
committed
Add test.versions command
1 parent 4d90f0c commit cc2a1cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
export DOCKER_TAG="jonasjso/adventofcode2020:2020-12-01-with-ruby"
22

33
.PHONY:
4-
dockerbuild\
5-
dockerpush\
64
test\
75
test.all\
6+
test.versions\
87
docker.test\
98
docker.all\
109
docker.build\
@@ -17,6 +16,9 @@ export DOCKER_TAG="jonasjso/adventofcode2020:2020-12-01-with-ruby"
1716
test.all:
1817
for day in $$(ls days); do ./days/$$day/test.sh; done
1918

19+
test.versions:
20+
./scripts/print-versions.sh
21+
2022
test:
2123
./days/$(DAY)/test.sh
2224

0 commit comments

Comments
 (0)