Skip to content

Commit 854dcda

Browse files
committed
Fix the example workspace test README instructions
1 parent af13720 commit 854dcda

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/workspace/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ pipeline for release.
7373
To run the tests for each package you can run the command
7474

7575
```bash
76-
# Run `clojure -M` in each package (indicated by the `*`) that has a `:test` alias.
77-
kmono run -M ':*/test'
76+
# Run `clojure -M:test` in each package that has a `:test` alias.
77+
kmono run -M :test
78+
79+
# Only run `clojure -M:test` in package a.
80+
kmono run -M :test -F '*/a'
7881
```
7982

8083
Each respective packages' `:test` alias will then be appended to the command when it is run, like so: `clojure -M:test`.

0 commit comments

Comments
 (0)