Skip to content

Commit

Permalink
enabling swift-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Feb 27, 2025
1 parent ac14cdc commit f5f46c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:

- name: 🛠️ Run All Tests
run: |
swift test | exit ${PIPESTATUS[0]}
swift test --enable-swift-testing --enable-xctest | xcpretty --utf --color && exit ${PIPESTATUS[0]}

0 comments on commit f5f46c6

Please sign in to comment.