Skip to content

Fix null deref issue. #35

Fix null deref issue.

Fix null deref issue. #35

Workflow file for this run

name: Unit Tests
on:
push:
paths-ignore:
- 'README.md'
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run build-dev && npm test