Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Nov 1, 2024
1 parent ce9b317 commit 4dce687
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ 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: Build the Swift package
run: |
swift build --configuration release || exit 1
- name: Run tests
run: exec ./Scripts/test.sh
run: |
swift test --configuration debug || exit 1
10 changes: 0 additions & 10 deletions Scripts/test.sh

This file was deleted.

0 comments on commit 4dce687

Please sign in to comment.