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 43a91c2 commit c95a1d7Copy full SHA for c95a1d7
.github/workflows/pull_request.yml
@@ -106,3 +106,6 @@ jobs:
106
run: "make jextract-generate"
107
- name: Test Swift
108
run: "swift test"
109
+ - name: Build (Swift) Sample Apps
110
+ run: |
111
+ find Samples/ -name Package.swift -depth 2 -exec swift build --package-path $(dirname {}) \;;
0 commit comments