Skip to content

Commit

Permalink
add a few simple tests for the serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd committed Nov 4, 2023
1 parent 5f44176 commit fe522d5
Show file tree
Hide file tree
Showing 5 changed files with 1,697 additions and 325 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts
- run: npm install
- run: npm run test
Loading

0 comments on commit fe522d5

Please sign in to comment.