From 31d151638a8e33f2da93a59236d46ec8db18fcc0 Mon Sep 17 00:00:00 2001 From: Jai A Date: Sat, 19 Oct 2024 12:39:46 -0700 Subject: [PATCH] Temp disable labrinth test in CI --- apps/labrinth/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/labrinth/package.json b/apps/labrinth/package.json index 64ad0b0e0..03e662511 100644 --- a/apps/labrinth/package.json +++ b/apps/labrinth/package.json @@ -5,6 +5,7 @@ "lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings", "fix": "cargo fmt && cargo clippy --fix", "dev": "cargo run", - "test": "cargo test" + "//": "CI will fail since test takes up too much disk space. So we have it named differently.", + "test-labrinth": "cargo test" } }