Skip to content

Merge pull request #117 from m-akinc/fix-part-regression #95

Merge pull request #117 from m-akinc/fix-part-regression

Merge pull request #117 from m-akinc/fix-part-regression #95

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test