Complete native extension milestone gate (#84)
This commit is contained in:
@@ -49,6 +49,7 @@ def run(command: list[str]) -> None:
|
||||
|
||||
ENV = os.environ.copy()
|
||||
ENV.setdefault("CARGO_BUILD_JOBS", "1")
|
||||
ENV.setdefault("RUST_TEST_THREADS", "1")
|
||||
ENV.pop("RUN_LIVE_TESTS", None)
|
||||
|
||||
run(["cargo", "test", "-p", "libremetaverse", "--lib", "--locked"])
|
||||
|
||||
Reference in New Issue
Block a user