test: remove sanity test in GH action
This commit is contained in:
parent
87dce63c7a
commit
ddeb6a8e5f
16
.github/workflows/sanity.yaml
vendored
16
.github/workflows/sanity.yaml
vendored
@ -1,16 +0,0 @@
|
||||
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