diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 66e3daf..30e9f1c 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -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