about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-04-05 09:05:11 +0300
committeronur-ozkan <work@onurozkan.dev>2025-04-07 10:08:08 +0300
commitc8306650ba792d1415b9f67da883ed46a39ea4cd (patch)
tree3b740797e6c3fd4b0368038767bdf2d2e311825d /src/ci/github-actions
parentafe3834bced04aad06233f138cc4293b9e503215 (diff)
downloadrust-c8306650ba792d1415b9f67da883ed46a39ea4cd.tar.gz
rust-c8306650ba792d1415b9f67da883ed46a39ea4cd.zip
enable in-tree std on some runners
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 26ff17e423b..751b42d49fb 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -58,7 +58,7 @@ runners:
     <<: *base-job
 envs:
   env-x86_64-apple-tests: &env-x86_64-apple-tests
-    SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
+    SCRIPT: ./x.py check compiletest --set build.compiletest-use-stage0-libtest=true && ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
     RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
     RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
     # Ensure that host tooling is tested on our minimum supported macOS version.