We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19ce5e commit 2edcabdCopy full SHA for 2edcabd
CLAUDE.md
@@ -7,6 +7,7 @@ Pony dependency manager. Manages `corral.json` (deps/packages/info) and `lock.js
7
```
8
make # build + test (unit + integration)
9
make unit-tests # unit tests only
10
+make test-one t=TestName # run a single test by name
11
make integration # integration tests only (requires built binary)
12
make test # both unit and integration
13
make clean # remove build artifacts
0 commit comments