Create tests.yml

This commit is contained in:
augustin64 2022-04-10 21:35:29 +02:00 committed by GitHub
parent 9b60e068ed
commit 98288269ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/tests.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: C tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run tests
run: ./make.sh test run