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 78c680e commit 7935ac0Copy full SHA for 7935ac0
.github/workflows/build_and_test.yaml
@@ -14,6 +14,12 @@ jobs:
14
uses: maxim-lobanov/setup-xcode@v1
15
with:
16
xcode-version: latest-stable
17
+
18
+ - name: Test with strict concurrency
19
+ run: |
20
+ swift build -Xswiftc -strict-concurrency=complete
21
+ swift test -Xswiftc -strict-concurrency=complete
22
23
- name: Build and Test
24
run: |
25
xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16"
0 commit comments