test: add unit tests for the module (#892)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Juho Rutila
2023-11-02 12:00:20 +02:00
committed by GitHub
parent a2d70f04e9
commit ed4b5e0077
7 changed files with 420 additions and 13 deletions

View File

@@ -74,6 +74,9 @@ jobs:
- name: Build
run: pnpm run build
- name: Test
run: pnpm run test run
- name: Release Edge
if: github.event_name == 'push' && steps.changes.outputs.src == 'true'
run: ./scripts/release-edge.sh

View File

@@ -58,6 +58,9 @@ jobs:
- name: Build
run: pnpm run build
- name: Test
run: pnpm run test run
- name: Version Check
id: check
uses: EndBug/version-check@v2