From 9c00040a9381de5d88d8acfd70a1bdf78c6aca2c Mon Sep 17 00:00:00 2001 From: Clifford Yapp <238416+starseeker@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:46:01 -0400 Subject: [PATCH] Try enabling check for OSX on the Github runner --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1e00fe78a0..fdcea1e295 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -229,7 +229,7 @@ jobs: - name: Build run: | export PATH=$ENV{GITHUB_WORKSPACE}:$PATH - cd build_osx && ninja -j1 && ninja -j1 package + cd build_osx && ninja -j1 && ninja -j1 check && ninja -j1 package # For the moment the space demands are too extreme to enable this # output for every compile test, but leave the enabling logic present