chore: add GH action for make test

This commit is contained in:
Václav Pavlín 2024-05-30 07:08:22 +02:00
parent 27657b728f
commit 9e4c0eec34
No known key found for this signature in database
GPG Key ID: B378FB31BB6D89A5

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