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`, Filters can be for language (`python`, `java`) or test type (`hello`,
`lsp`). You can comma-delimit multiple filters to do a disjunction, `lsp`). You can comma-delimit multiple filters to do a disjunction,
and space-delimit them to do a conjunction (`hello python,java`) for and space-delimit them to do a conjunction (`yarn test hello
the `hello` tests for `python` and `java`. python,java` for the `hello` tests for `python` and `java`).
The tests are run automatically when building the production image, The tests are run automatically when building the production image,
and fail the build if they fail. and fail the build if they fail.