fabro/nodes/test_rust/script_invocation.json
Fabro 41acaedaf3 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-04-15 10:24:44 -04:00

5 lines
No EOL
230 B
JSON

{
"script": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"command": "ulimit -n 4096 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
"language": "shell"
}