From d7e15903ddaef3d67be3d3c9801c6319f51a2a4a Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 9 Jul 2023 00:05:03 +0200 Subject: [PATCH] run integration tests in CI --- .github/workflows/default.yml | 5 +++++ 1 file changed, 5 insertions(+) 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