run test in main workflow

This commit is contained in:
MapleLeaf
2022-01-10 22:27:13 -06:00
parent 99eebef9a9
commit 97a5526d9d

View File

@@ -16,7 +16,7 @@ jobs:
matrix: matrix:
scripts: scripts:
- name: test - name: test
script: coverage script: test
- name: lint - name: lint
script: lint script: lint
- name: typecheck - name: typecheck