Add rescript build to test process

This commit is contained in:
Sam Nolan 2022-02-18 13:46:44 +11:00
parent a2ccf46a2a
commit b848509d71

View File

@ -13,5 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Packages
run: yarn
- name: Build rescript
run: yarn recsript build -with-deps
- name: Run tests
run: yarn test