use make on ci

This commit is contained in:
silverwind 2020-08-20 22:14:43 +02:00
parent 8f940b2f1c
commit cede0be711
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443

@ -15,6 +15,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn -s
- run: yarn -s test
- run: make deps
- run: make test