Skip to content

Commit

Permalink
Tiny modification
Browse files Browse the repository at this point in the history
  • Loading branch information
mustiikhalil committed Nov 18, 2024
1 parent f06248b commit be9b7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,11 @@ jobs:
with:
swift-version: "wasm-5.9.2-RELEASE"
- name: Build tests
working-directory: tests/swift/Wasm.tests
run: |
swift build --triple wasm32-unknown-wasi --build-tests
cd .build/debug/ && ls
- name: Run tests
run: wasmtime .build/debug/FlatBuffers_Test_Swift_WasmTests.wasm
wasmtime .build/debug/FlatBuffers_Test_Swift_WasmTests.wasm
build-ts:
name: Build TS
Expand Down

0 comments on commit be9b7c2

Please sign in to comment.