mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-10 22:43:37 +00:00
Document --no-retro flag for faster workflow testing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d56ed52490
commit
f0dd4f5053
1 changed files with 4 additions and 0 deletions
|
|
@ -14,3 +14,7 @@ The OpenAPI spec at `docs/api-reference/arc-api.yaml` is the source of truth for
|
|||
3. Write/update handler in `crates/arc-api/src/server.rs`, add route to `build_router()`
|
||||
4. `cargo test -p arc-api` — conformance test catches spec/router drift
|
||||
5. `cd packages/arc-api-client && bun run generate` — regenerates TypeScript Axios client
|
||||
|
||||
## Testing workflows
|
||||
|
||||
When manually testing workflows with `arc run start`, use `--no-retro` to skip the retro step and finish faster.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue