ci: add script to build libs before testing

This commit is contained in:
cedoor
2022-09-17 18:51:59 +02:00
parent f048f4ec4e
commit de26e4da81
2 changed files with 6 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ jobs:
- name: Install dependencies
run: yarn
- name: Build libraries
run: yarn build:libraries
- name: Test contracts and libraries
run: yarn test:${{ matrix.type }}

View File

@@ -71,5 +71,8 @@ jobs:
- name: Install dependencies
run: yarn
- name: Build libraries
run: yarn build:libraries
- name: Test contracts and libraries
run: yarn test