Skip to content

Commit e77144f

Browse files
Skip unit tests with uwasi
1 parent 1e62ce4 commit e77144f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- run: make bootstrap
4444
- run: make test
4545
- run: make unittest
46+
# Skip unit tests with uwasi because its proc_exit throws
47+
# unhandled promise rejection.
48+
if: ${{ matrix.entry.wasi-backend != 'MicroWASI' }}
4649
- name: Check if SwiftPM resources are stale
4750
run: |
4851
make regenerate_swiftpm_resources

0 commit comments

Comments
 (0)