Skip to content

Commit 38d66c0

Browse files
authored
Change test command to use 'swift test'
1 parent 415418a commit 38d66c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
xcode-version: "26"
1313
- uses: actions/checkout@v2
1414
- name: Run Test
15-
run: xcodebuild -scheme swift-concurrency-task-manager test -destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=26' | xcpretty
15+
run: swift test

0 commit comments

Comments
 (0)