File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ Run via `mise <task>`:
3131| ` dev:format-check ` | CI formatting gate |
3232| ` dev:ameba ` | static analysis |
3333| ` dev:spec ` | deterministic spec suite (excludes ` e2e ` + ` legacy ` ) |
34- | ` dev:spec-e2e ` | live specs against a real server (set ` TEST_SNMP_SERVER ` ) |
34+ | ` dev:snmpd ` | run the test SNMP agent on ` 127.0.0.1:16161 ` (foreground) |
35+ | ` dev:spec-e2e ` | live specs against a real server (set ` TEST_SNMP_SERVER ` / ` TEST_SNMP_PORT ` ) |
3536| ` dev:spec-legacy ` | specs needing OpenSSL legacy algorithms (DES) |
3637| ` dev:spec-mt ` | deterministic suite multi-threaded (` -Dpreview_mt ` , fiber-safety gate) |
3738| ` dev:docs ` | build the API docs (fails on doc-comment / compile errors) |
39+ | ` dev:examples ` | type-check the README examples (` examples/*.cr ` ) |
3840| ` dev:check ` | format-check + ameba + spec + spec-mt in one shot |
3941
4042On macOS, if ` shards ` is missing after a fresh Crystal install, run
You can’t perform that action at this time.
0 commit comments