Skip to content

Commit

Permalink
Try enabling check for OSX on the Github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Aug 13, 2024
1 parent 1a3c4e4 commit 9c00040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c00040

Please sign in to comment.