Skip to content

Added smaller accurase finder and added bigger test #14

Added smaller accurase finder and added bigger test

Added smaller accurase finder and added bigger test #14

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y gcc make
- name: Build
run: make all
- name: Run tests
run: make run-all