This commit is contained in:
Radon Rosborough 2020-08-23 20:14:36 -06:00
parent 0db55ffbcb
commit 68ee3469a1
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ every language, and they can be run as follows:
Filters can be for language (`python`, `java`) or test type (`hello`,
`lsp`). You can comma-delimit multiple filters to do a disjunction,
and space-delimit them to do a conjunction (`hello python,java`) for
the `hello` tests for `python` and `java`.
and space-delimit them to do a conjunction (`yarn test hello
python,java` for the `hello` tests for `python` and `java`).
The tests are run automatically when building the production image,
and fail the build if they fail.