We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415418a commit 38d66c0Copy full SHA for 38d66c0
.github/workflows/Build.yml
@@ -12,4 +12,4 @@ jobs:
12
xcode-version: "26"
13
- uses: actions/checkout@v2
14
- name: Run Test
15
- run: xcodebuild -scheme swift-concurrency-task-manager test -destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=26' | xcpretty
+ run: swift test
0 commit comments