Skip to content

Commit

Permalink
Print why the test failed, and run tests on macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed May 4, 2024
1 parent 816719e commit f990718
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
- name: Test
run: |
cmake --build build --target check --config "${{ matrix.cfg.type }}" -j 4
env:
CTEST_OUTPUT_ON_FAILURE: 1

max:
# Can only run if we have a token for our super seekrit Max SDK repo. Sad.
Expand Down Expand Up @@ -247,6 +249,8 @@ jobs:
- name: Test
run: |
cmake --build build --target check -j 4
env:
CTEST_OUTPUT_ON_FAILURE: 1

- name: Install
run: |
Expand Down Expand Up @@ -326,9 +330,10 @@ jobs:
cmake --build build --config "${{ matrix.cfg.type }}" -j 2
- name: Test
if: matrix.platform.arch == 'x86_64'
run: |
cmake --build build --target check --config "${{ matrix.cfg.type }}" -j 2
env:
CTEST_OUTPUT_ON_FAILURE: 1

- name: Install
run: |
Expand Down

0 comments on commit f990718

Please sign in to comment.