Uses swift build command directly in the CI (#7635)

This commit is contained in:
mustiikhalil
2022-11-10 23:16:42 +01:00
committed by GitHub
parent 8aa8b9139e
commit 459e8acc37

View File

@@ -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