use vitest for tests

This commit is contained in:
MapleLeaf
2021-12-20 12:28:27 -06:00
parent a9c5122615
commit 5fe083ec60
8 changed files with 354 additions and 1019 deletions

View File

@@ -16,7 +16,7 @@ jobs:
ci:
strategy:
matrix:
script-name: [test-coverage, lint, typecheck]
script-name: [test, lint, typecheck]
fail-fast: false
name: ${{ matrix.script-name }}
runs-on: ubuntu-latest