mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Separate station/unit tests and disable lavaland procgen and ruin spawning in tests (for now). (#28106)
* Separate station/unit tests and disable lavaland. * add CI/local test conflict check back
This commit is contained in:
committed by
GitHub
parent
5237a148cc
commit
8e4dc6165b
@@ -363,10 +363,8 @@ SUBSYSTEM_DEF(ticker)
|
||||
if(GLOB.configuration.general.enable_night_shifts)
|
||||
SSnightshift.check_nightshift(TRUE)
|
||||
|
||||
#ifdef GAME_TESTS
|
||||
// Run map tests first in case unit tests futz with map state
|
||||
GLOB.test_runner.RunMap()
|
||||
GLOB.test_runner.Run()
|
||||
#ifdef TEST_RUNNER
|
||||
GLOB.test_runner.RunAll()
|
||||
#endif
|
||||
|
||||
// Do this 10 second after roundstart because of roundstart lag, and make it more visible
|
||||
|
||||
Reference in New Issue
Block a user