summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc4c4ed..4d8fd37 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ clean:
 	rm hybring
 
 check: $(wildcard spec/*.cr)
-	crystal spec --order random spec/server.cr
+	crystal spec --order random
 
 install: all
 	install -Dm 755 hybring ${DESTDIR}${PREFIX}/bin/hybring