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 3702a00 commit 1f4a4ccCopy full SHA for 1f4a4cc
.github/workflows/build-toolchain.yml
@@ -150,6 +150,8 @@ jobs:
150
TARGET_STDLIB_BUILD_DIR=${{ github.workspace }}/target-build/swift-stdlib-wasi-wasm32
151
./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
152
"$TARGET_STDLIB_BUILD_DIR/test-wasi-wasm32/stdlib"
153
+ ./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
154
+ "$TARGET_STDLIB_BUILD_DIR/test-wasi-wasm32/Concurrency/Runtime"
155
156
- name: Run all tests for wasi-wasm32
157
if: ${{ matrix.run_full_test }}
0 commit comments