Make CI stricter

This commit is contained in:
ensan
2023-07-23 18:49:04 +09:00
parent aad755da6f
commit 50283bd97d

View File

@ -20,6 +20,6 @@ jobs:
swift-version: "5.8"
- uses: actions/checkout@v3
- name: Build
run: swift build -v
run: swift build -Xswiftc -strict-concurrency=complete -v
- name: Run tests
run: swift test -v
run: swift test -Xswiftc -strict-concurrency=complete -v