Skip to content

Commit 7935ac0

Browse files
committed
Add strict concurrency tests
1 parent 78c680e commit 7935ac0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
uses: maxim-lobanov/setup-xcode@v1
1515
with:
1616
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+
1723
- name: Build and Test
1824
run: |
1925
xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16"

0 commit comments

Comments
 (0)