mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
Make CI stricter
This commit is contained in:
4
.github/workflows/swift.yml
vendored
4
.github/workflows/swift.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user