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 2eb1aa9 commit 7beed27Copy full SHA for 7beed27
.github/workflows/build-toolchain.yml
@@ -137,6 +137,8 @@ jobs:
137
TARGET_STDLIB_BUILD_DIR=${{ github.workspace }}/target-build/swift-stdlib-wasi-wasm32
138
./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
139
"$TARGET_STDLIB_BUILD_DIR/test-wasi-wasm32/stdlib"
140
+ ./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
141
+ "$TARGET_STDLIB_BUILD_DIR/test-wasi-wasm32/Concurrency/Runtime"
142
143
- name: Run all tests for wasi-wasm32
144
if: ${{ matrix.run_full_test }}
0 commit comments