summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-16 18:37:12 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-16 18:37:12 +0900
commit3ad35832835fa0554b6fa28b74e9b7d21283392b (patch)
tree41f44e442e964e0ec0da38392b5518bd9f964989 /Makefile
parent64c3842e02e65bb173d275e4ac2cdbea5afcf562 (diff)
downloadhybring-main.tar.gz
Listen on Unix socket instead of TCP HEAD main
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