Skip to content

Commit 34768a6

Browse files
committed
Run codegen tests on a 32-bit target in PR CI
1 parent 77761f3 commit 34768a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/pr-check-2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ENV SCRIPT \
3030
python3 ../x.py check && \
3131
python3 ../x.py clippy ci --stage 2 && \
3232
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
33+
python3 ../x.py test --stage 1 tests/codegen-llvm --target wasm32-unknown-unknown && \
3334
python3 ../x.py test --stage 1 src/tools/compiletest && \
3435
python3 ../x.py doc bootstrap --stage 1 && \
3536
# Build both public and internal documentation.

0 commit comments

Comments
 (0)