Skip to content

Commit

Permalink
Merge pull request #2479 from mcprat/workflow-ctest-verbose
Browse files Browse the repository at this point in the history
GitHub Actions: Prevent ctest invocation error on macOS
  • Loading branch information
jhasse authored Aug 28, 2024
2 parents dcefb83 + 6e77cdf commit f220dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
cmake -Bbuild -GXcode '-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64'
cmake --build build --config Release
- name: Test ninja
run: ctest -C Release -vv
working-directory: build
- name: Test ninja (Release)
run: ./ninja_test
working-directory: build/Release

- name: Create ninja archive
shell: bash
Expand Down

0 comments on commit f220dc5

Please sign in to comment.