mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Ah yes the joys of CI testing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/datum/unit_test/rustg_version/Run()
|
||||
var/library_version = rustg_get_version()
|
||||
if(library_version != RUST_G_VERSION)
|
||||
if(library_version != RUST_G_VERSION)
|
||||
Fail("Invalid RUSTG Version. Library is [library_version], but in-code API is [RUST_G_VERSION]")
|
||||
|
||||
Reference in New Issue
Block a user