Skip to content

Commit e4019a9

Browse files
committed
Add test-one usage to CLAUDE.md
Documents the test-one Makefile target for running individual tests by name.
1 parent b777b93 commit e4019a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A Pony library for interacting with the GitHub REST API. Provides typed models,
77
```
88
make ssl=3.0.x # build + run unit tests + build examples
99
make unit-tests ssl=3.0.x # unit tests only
10+
make test-one t=TestName ssl=3.0.x # run a single test by name
1011
make examples ssl=3.0.x # build examples only
1112
make clean # clean build artifacts + corral deps
1213
make config=debug ssl=3.0.x # debug build

0 commit comments

Comments
 (0)