Uses swift build command directly in the CI (#7635)
This commit is contained in:
parent
8aa8b9139e
commit
459e8acc37
|
@ -431,7 +431,9 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: test
|
||||
working-directory: tests/swift/tests
|
||||
run: sh SwiftTest.sh
|
||||
run: |
|
||||
swift build --build-tests
|
||||
swift test
|
||||
|
||||
build-swift-wasm:
|
||||
name: Build Swift Wasm
|
||||
|
|
Loading…
Reference in New Issue