[make] Adds tests to Makefile

This commit is contained in:
Nemo 2020-06-16 19:13:52 +05:30
parent 3e56efed52
commit c01e071328
1 changed files with 4 additions and 1 deletions

View File

@ -7,4 +7,7 @@ release:
# Then extract the image | extract the layer.tar file (we only have one layer) | extract the muse-dl-static file
docker image save muse-dl-static | tar xf - --wildcards "*/layer.tar" -O | tar xf - "muse-dl-static"
# And move it to the bin/ directory
mv -f muse-dl-static bin/
mv -f muse-dl-static bin/
test:
crystal spec