From e1d443c969f17f147ff6c336004f5dedfa9c097a Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 25 Jul 2024 08:15:35 +0200 Subject: [PATCH] Enable example tests in Windows workflow. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2c2a3cd227..93cfa804a3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -58,7 +58,7 @@ jobs: - name: test # test only in serial to avoid file locking error on ZERO_CHECK.lastbuildstate run: | - cmake --build build --parallel 2 --target setup_tests_a-framework setup_tests_quick_tests + cmake --build build --parallel 2 --target setup_tests_a-framework setup_tests_examples setup_tests_quick_tests ctest --test-dir build --build-config Debug --output-on-failure --extra-verbose - name: archive # run only if a PR is merged into master -- 2.39.5