mirror of
https://github.com/kgabis/parson.git
synced 2025-02-05 17:05:29 +00:00
ci: add a bit of Github workflows (#189)
Might as well do it, as I also just pushed first and tested later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
d259c9b3f9
commit
18f306045c
13
.github/workflows/build.yml
vendored
Normal file
13
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Build & run tests
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run the 'make test'
|
||||
run: make test
|
Loading…
Reference in New Issue
Block a user