tipe/.github/workflows/tests.yml
2022-05-14 10:40:06 +02:00

20 lines
286 B
YAML

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: compile all
run: ./make.sh build all
- name: run tests
run: ./make.sh test run