Run tests in CI workflow

This commit is contained in:
Janpeter Visser 2026-04-19 10:36:22 +02:00
parent d99ce03416
commit 1a64590545

View file

@ -31,6 +31,9 @@ jobs:
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build
env: