From: Marc Fehling Date: Thu, 25 Jul 2024 06:15:35 +0000 (+0200) Subject: Enable example tests in Windows workflow. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d443c969f17f147ff6c336004f5dedfa9c097a;p=dealii.git Enable example tests in Windows workflow. --- 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