1 parent d73c237 commit fd7d2eaCopy full SHA for fd7d2ea
1 file changed
AGENTS.md
@@ -74,7 +74,7 @@ MISE_ENV=dev ./bin/mise tasks ls # All tasks including build/serve
74
| **Pre-commit gate** | `./bin/mise run check` | **Run before every commit** |
75
| Generate code (mocks) | `./bin/mise run generate` | After model changes |
76
| Analyze code | `./bin/mise run analyze` | generate → analyze |
77
-| Run tests | `./bin/mise run test` | generate → test (180s timeout) |
+| Run tests | `./bin/mise run test` | generate → test |
78
| Run tests with coverage | `./bin/mise run coverage` | Includes code generation |
79
| Run dev server | `MISE_ENV=dev ./bin/mise run dev` | |
80
| Build for web (local) | `MISE_ENV=dev ./bin/mise run build:web` | For e2e testing |
0 commit comments