Run tools CI job
This commit is contained in:
parent
14d4012e8e
commit
7f1c368c13
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -36,6 +36,14 @@ jobs:
|
||||||
|
|
||||||
- run: SEVERITY=warning make shell-check
|
- run: SEVERITY=warning make shell-check
|
||||||
|
|
||||||
|
test-tools:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-python@v2
|
||||||
|
- run: make all
|
||||||
|
working-directory: tools
|
||||||
|
|
||||||
test-legacy:
|
test-legacy:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue