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 1d231bc commit 80f91a0Copy full SHA for 80f91a0
.github/workflows/pull_request.yml
@@ -133,5 +133,6 @@ jobs:
133
- name: Build (Swift) Sample Apps
134
run: |
135
find Samples/ -name Package.swift -maxdepth 2 -exec swift build --package-path $(dirname {}) \;;
136
- - name: Build (Swift) Benchmarks
137
- run: "swift package --package-path Benchmarks/ benchmark list"
+ # TODO: Benchmark compile crashes in CI, enable when nightly toolchains in better shape.
+ # - name: Build (Swift) Benchmarks
138
+ # run: "swift package --package-path Benchmarks/ benchmark list"
0 commit comments