Skip to content

Commit 7beed27

Browse files
[ci] Enable Concurrency Runtime tests on CI
1 parent 2eb1aa9 commit 7beed27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
TARGET_STDLIB_BUILD_DIR=${{ github.workspace }}/target-build/swift-stdlib-wasi-wasm32
138138
./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
139139
"$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"
140142
141143
- name: Run all tests for wasi-wasm32
142144
if: ${{ matrix.run_full_test }}

0 commit comments

Comments
 (0)