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 4b3387dCopy full SHA for 4b3387d
.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 -maxdepth 2 -exec swift build --package-path $(dirname {}) \;;
0 commit comments