mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
update workflow
This commit is contained in:
6
.github/workflows/swift.yml
vendored
6
.github/workflows/swift.yml
vendored
@ -18,8 +18,10 @@ jobs:
|
||||
- uses: swift-actions/setup-swift@150267bf6ba01f9d942a4bd55aa2f35ba586767d
|
||||
with:
|
||||
swift-version: "5.9"
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Build
|
||||
run: swift build -Xswiftc -strict-concurrency=complete -v
|
||||
- name: Run tests
|
||||
run: swift test -Xswiftc -strict-concurrency=complete -v
|
||||
run: swift test -c release -Xswiftc -strict-concurrency=complete -v
|
||||
|
Reference in New Issue
Block a user