Skip to content

Address #10, don't write 4 bytes if fewer were requested #7

Address #10, don't write 4 bytes if fewer were requested

Address #10, don't write 4 bytes if fewer were requested #7

Workflow file for this run

name: Test
on:
pull_request:
jobs:
testLinux:
name: Test Linux
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- run: |
make && make test
testOSX:
name: Test OSX
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v2
- run: |
make && make test