Skip to content

Commit 8d1eadc

Browse files
Remove remaining references to make test
1 parent c9ea2fd commit 8d1eadc

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

Diff for: .github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
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.

Diff for: CONTRIBUTING.md

+4-8
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)