Run tests in CI

This commit is contained in:
Belma Gutlic
2020-01-29 19:50:02 +01:00
parent 13ba253edd
commit 6f88fb0f11

View File

@ -8,5 +8,5 @@ install:
script: script:
set -e; set -e;
yarn run lint; yarn run lint;
yarn run check-types; yarn run test
yarn run build; yarn run build;