Skip to content

Commit

Permalink
Uses swift build command directly in the CI (#7635)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustiikhalil authored Nov 10, 2022
1 parent 8aa8b91 commit 459e8ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 459e8ac

Please sign in to comment.