Merge pull request #19 from vpavlin/feat/gh-actiosn

GH Action to run make test on PR and push to master
This commit is contained in:
Vaclav Pavlin 2024-06-03 14:55:32 +02:00 committed by GitHub
commit cbc44089c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,18 @@
name: tests
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: tests
run: make test