run integration tests in CI
This commit is contained in:
parent
0590376045
commit
d7e15903dd
|
@ -146,6 +146,11 @@ jobs:
|
|||
fi
|
||||
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
|
||||
|
||||
- name: Integration Tests
|
||||
run: ./it.sh
|
||||
working-directory: tests
|
||||
shell: bash
|
||||
|
||||
# Parse phobos to check for failures / crashes / ...
|
||||
- name: Checkout Phobos
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue