run integration tests in CI

This commit is contained in:
WebFreak001 2023-07-09 00:05:03 +02:00 committed by Jan Jurzitza
parent 0590376045
commit d7e15903dd
1 changed files with 5 additions and 0 deletions

View File

@ -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