libargo/.github/workflows/test-suite.yml
2021-05-05 22:54:44 +02:00

17 lines
238 B
YAML

name: Test Suite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make and run tests
run: make clean tests