Skip to content

Update README.md and docs #19

Update README.md and docs

Update README.md and docs #19

name: Integration Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build test harness
run: make buildtest
- name: Run tests
run: make test