We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e62ce4 commit e77144fCopy full SHA for e77144f
.github/workflows/test.yml
@@ -43,6 +43,9 @@ jobs:
43
- run: make bootstrap
44
- run: make test
45
- 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' }}
49
- name: Check if SwiftPM resources are stale
50
run: |
51
make regenerate_swiftpm_resources
0 commit comments