CI: Add GH Actions for sanity tests
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
This commit is contained in:
parent
d349377939
commit
c8f2cd19ba
16
.github/workflows/sanity.yaml
vendored
Normal file
16
.github/workflows/sanity.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Sanity Tests
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
name: Sanity tests
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
make sanity-test
|
||||||
Loading…
x
Reference in New Issue
Block a user