diff --git a/Makefile b/Makefile index 98a984e..5dcf3dd 100644 --- a/Makefile +++ b/Makefile @@ -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/ \ No newline at end of file + mv -f muse-dl-static bin/ + +test: + crystal spec