Skip to content

Add more tests. Fix end of data check on array decode. #34

Add more tests. Fix end of data check on array decode.

Add more tests. Fix end of data check on array decode. #34

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: swift test