We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb8d2e commit 734508aCopy full SHA for 734508a
.github/workflows/pull-request.yml
@@ -29,13 +29,13 @@ jobs:
29
timeout-minutes: 2
30
31
- name: Build spmgraph for Xcode 16.4
32
- run: swift build
+ run: xcodebuild build -scheme spmgraph -destination 'platform=macOS' | xcbeautify
33
timeout-minutes: 3
34
35
- name: Run tests on Xcode 16.4
36
env:
37
IS_RUNNING_TESTS: 1
38
- run: swift test -Xswiftc -sanitize=address
+ run: xcodebuild test -scheme spmgraph -destination 'platform=macOS' | xcbeautify
39
40
41
- name: Select Xcode 26.0 toolchain
@@ -45,5 +45,5 @@ jobs:
45
46
47
- name: Build spmgraph for Xcode 26.0
48
49
0 commit comments