Skip to content

Commit 6083188

Browse files
committed
feat(ci): update test-various to include migrated wasm linker test
1 parent 63edce1 commit 6083188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/test-various/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ENV WASM_BARE_TARGET=wasm32-unknown-unknown \
7474
CC_wasm32_unknown_unknown=clang-11 \
7575
CXX_wasm32_unknown_unknown=clang++-11
7676
ENV WASM_BARE_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $WASM_BARE_TARGET \
77-
tests/run-make/wasm-builtins-no-linker-warning
77+
tests/ui/wasm/wasm-builtins-no-linker-warning.rs
7878

7979
ENV NVPTX_TARGETS=nvptx64-nvidia-cuda
8080
ENV NVPTX_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $NVPTX_TARGETS \

0 commit comments

Comments
 (0)