checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-04-15 11:10:58 -04:00
parent 3748c51804
commit 7f64316429
5 changed files with 51 additions and 10 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,7 @@
{
"stdout": "info: syncing channel updates for nightly-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-04-15 for version 1.97.0-nightly (a5c825cd8 2026-04-14)\ninfo: downloading 6 components\n",
"stderr": "",
"exit_code": 0,
"duration_ms": 34985,
"timed_out": false
}

View file

@ -0,0 +1,6 @@
{
"status": "success",
"notes": "Script completed: cargo +nightly fmt --check --all 2>&1 && cargo clippy -q --workspace -- -D warnings 2>&1",
"failure_reason": null,
"timestamp": "2026-04-15T15:07:34.278086Z"
}

View file

@ -0,0 +1,5 @@
{
"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"
}

File diff suppressed because one or more lines are too long