Skip to content

Commit 0d34ea8

Browse files
committed
TEMP COMMIT: Only test tests/ui/panics in CI
1 parent cb893a9 commit 0d34ea8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ ENV RUST_CONFIGURE_ARGS \
2727
--enable-profiler \
2828
--enable-compiler-docs
2929
# FIXME: Skipping cargo panic_abort_doc_tests due to https://github.com/rust-lang/rust/issues/123733
30-
ENV SCRIPT python3 ../x.py --stage 2 test && \
31-
python3 ../x.py --stage 2 test src/tools/cargo --test-args \"--skip panic_abort_doc_tests\"
30+
ENV SCRIPT python3 ../x.py --stage 2 test tests/ui/panics

0 commit comments

Comments
 (0)