File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 4141 - name : Configure Swift SDK
4242 run : echo "SWIFT_SDK_ID=${{ steps.setup-swiftwasm.outputs.swift-sdk-id }}" >> $GITHUB_ENV
4343 - run : make bootstrap
44- - run : make test
4544 - run : make unittest
4645 # Skip unit tests with uwasi because its proc_exit throws
4746 # unhandled promise rejection.
Original file line number Diff line number Diff line change @@ -58,14 +58,10 @@ Thank you for considering contributing to JavaScriptKit! We welcome contribution
5858 ` ` `
5959
6060# ## Running Tests
61- - Run unit tests:
62- ` ` ` bash
63- make unittest SWIFT_SDK_ID=wasm32-unknown-wasi
64- ` ` `
65- - Run integration tests:
66- ` ` ` bash
67- make test SWIFT_SDK_ID=wasm32-unknown-wasi
68- ` ` `
61+
62+ ` ` ` bash
63+ make unittest SWIFT_SDK_ID=wasm32-unknown-wasi
64+ ` ` `
6965
7066# ## Editing `./Runtime` directory
7167
You can’t perform that action at this time.
0 commit comments