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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -431,7 +431,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: test - name: test
working-directory: tests/swift/tests working-directory: tests/swift/tests
run: sh SwiftTest.sh run: |
swift build --build-tests
swift test
build-swift-wasm: build-swift-wasm:
name: Build Swift Wasm name: Build Swift Wasm