From: Marc Fehling Date: Wed, 23 Oct 2024 14:14:55 +0000 (+0200) Subject: osx: test in separate stage. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6a2e3be57be5f18aa7708e6d2d3b934d6dc21b;p=dealii.git osx: test in separate stage. --- diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 2c7a221df1..74def68ca3 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -51,6 +51,9 @@ jobs: run: | cd build make VERBOSE=1 -j2 + - name: test + run: | + cd build make -j2 \ setup_tests_a-framework \ setup_tests_quick_tests @@ -106,6 +109,9 @@ jobs: run: | cd build make VERBOSE=1 -j2 + - name: test + run: | + cd build make -j2 \ setup_tests_a-framework \ setup_tests_quick_tests