ci: add client tests

This commit is contained in:
Elliot DeNolf
2020-10-08 05:53:30 -04:00
parent 3dc9ddcb52
commit 6bf0c2aab6

View File

@@ -25,6 +25,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: yarn
- run: yarn test:client
- run: yarn test:int # In-memory db + api tests
env:
CI: true