Skip to content

Commit

Permalink
Temp disable labrinth test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Oct 19, 2024
1 parent fb6b416 commit 31d1516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/labrinth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 31d1516

Please sign in to comment.