Skip to content

Update README.md

Update README.md #160

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