From ca9c7d1203ae46f40856e2d7a9119c4ff0fc5015 Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Fri, 21 Jan 2022 19:50:52 +0100 Subject: [PATCH] CI: execute the shell tests in the build pipeline --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1273a6bf..099668214 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -145,6 +145,7 @@ jobs: ctest -V -R tests-voxelutil$ ctest -V -R tests-voxelworld$ ctest -V -R tests-voxelworldrender$ + ctest -V -R shelltests windows: runs-on: windows-latest