Skip to content

Fix 36 fix int overflow #37

Fix 36 fix int overflow

Fix 36 fix int overflow #37

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and run tests
run: |
make test