mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00: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
7
nodes/lint_rust/script_timing.json
Normal file
7
nodes/lint_rust/script_timing.json
Normal 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
|
||||
}
|
||||
6
nodes/lint_rust/status.json
Normal file
6
nodes/lint_rust/status.json
Normal 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"
|
||||
}
|
||||
5
nodes/test_rust/script_invocation.json
Normal file
5
nodes/test_rust/script_invocation.json
Normal 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"
|
||||
}
|
||||
7
nodes/test_rust/script_timing.json
Normal file
7
nodes/test_rust/script_timing.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue