ci: enable tests
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
49f0c0e149
commit
cf390e9243
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -32,3 +32,7 @@ jobs:
|
||||
- name: Lint
|
||||
run: |
|
||||
make lint
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
make test
|
||||
|
Reference in New Issue
Block a user