Skip to content

Commit

Permalink
Remove Generate linux tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Sep 27, 2024
1 parent f8f020e commit f8b4be6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- uses: actions/checkout@v2
- name: Run on Xcode 15.4
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
- name: Generate linux tests
# Makes sure the linux tests were generated properly (can only be run on macOS)
run: swift test --generate-linuxmain && git update-index --refresh && git diff-index --quiet HEAD --
- name: Test in Debug
run: swift test -c debug
- name: Test in Release
Expand Down

0 comments on commit f8b4be6

Please sign in to comment.