1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Turn off standalone mode to run tests against remote server

This commit is contained in:
Anatoli Babenia
2020-07-29 23:21:47 +03:00
parent 1a1624e2e0
commit 1a5aa6408f
+1 -1
View File
@@ -11,4 +11,4 @@ before_install:
script:
- sleep 3
- curl http://localhost:8002
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh