From b2241165641f887588009c1f4fead99d83c0c7f8 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 15 Jan 2024 14:16:50 +0000 Subject: [PATCH] Skip unit tests with uwasi --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aadda11a..6decf4c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,9 @@ jobs: - run: make bootstrap - run: make test - run: make unittest + # Skip unit tests with uwasi because its proc_exit throws + # unhandled promise rejection. + if: ${{ matrix.wasi-backend != 'MicroWASI' }} - name: Check if SwiftPM resources are stale run: | make regenerate_swiftpm_resources