add GitHub workflow for building and running tests
This commit is contained in:
parent
801e8d959f
commit
11207a9c98
12
.github/workflows/build-and-test.yml
vendored
Normal file
12
.github/workflows/build-and-test.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Build and run tests
|
||||||
|
|
||||||
|
on: [pull_request, push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Build
|
||||||
|
run: make test
|
Loading…
Reference in New Issue
Block a user