File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 41
41
- name : Configure Swift SDK
42
42
run : echo "SWIFT_SDK_ID=${{ steps.setup-swiftwasm.outputs.swift-sdk-id }}" >> $GITHUB_ENV
43
43
- run : make bootstrap
44
- - run : make test
45
44
- run : make unittest
46
45
# Skip unit tests with uwasi because its proc_exit throws
47
46
# 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
58
58
` ` `
59
59
60
60
# ## 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
+ ` ` `
69
65
70
66
# ## Editing `./Runtime` directory
71
67
You can’t perform that action at this time.
0 commit comments