Skip to content

Commit

Permalink
Update CI to reference new Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmakbarlow committed Sep 29, 2024
1 parent e0b8d5d commit 5bb8734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Skip macro validation
run: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
- name: Run Library Evolution builds
run: make build-for-library-evolution
- name: Run tests
run: make test-${{ matrix.variation }}

Expand Down

0 comments on commit 5bb8734

Please sign in to comment.