Skip to content

Update README.md (#67) #161

Update README.md (#67)

Update README.md (#67) #161

Workflow file for this run

name: CI
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Unit tests
run: ant test