Skip to content

Commit

Permalink
Enable tests too even though there are no real tests yet (to make sur…
Browse files Browse the repository at this point in the history
…e nothing accidentally breaks testing) (Update swift.yml)
  • Loading branch information
rxhfcy authored Apr 3, 2024
1 parent 6da483d commit 27c8a5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: xcodebuild -project macOS\ version/Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" build
# todo: add tests?
# both Unit Tests & UI Tests?
# - name: Run tests
# run: xcodebuild -project macOS\ version/Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" test
- name: Run tests
run: xcodebuild -project macOS\ version/Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" test

0 comments on commit 27c8a5e

Please sign in to comment.