From e1947bd6cba804e174a1d331c6759c2840f16bfa Mon Sep 17 00:00:00 2001 From: starr-openai Date: Tue, 12 May 2026 16:26:49 -0700 Subject: [PATCH] Fix nextest fanout workflow env anchors Co-authored-by: Codex --- .github/workflows/rust-ci-full.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust-ci-full.yml b/.github/workflows/rust-ci-full.yml index 4999157fbd..a115989f31 100644 --- a/.github/workflows/rust-ci-full.yml +++ b/.github/workflows/rust-ci-full.yml @@ -531,11 +531,10 @@ jobs: defaults: &test_defaults run: working-directory: codex-rs - env: - <<: &test_archive_env - CARGO_INCREMENTAL: "0" - SCCACHE_CACHE_SIZE: 10G - TEST_PROFILE: dev + env: &test_archive_env + CARGO_INCREMENTAL: "0" + SCCACHE_CACHE_SIZE: 10G + TEST_PROFILE: dev TEST_RUNNER: macos-15-xlarge TEST_TARGET: aarch64-apple-darwin USE_SCCACHE: "true" @@ -674,9 +673,8 @@ jobs: runs-on: macos-15-xlarge timeout-minutes: 45 defaults: *test_defaults - env: - <<: &test_shard_env - TEST_SHARD_COUNT: "4" + env: &test_shard_env + TEST_SHARD_COUNT: "4" TEST_TARGET: aarch64-apple-darwin TEST_REMOTE_ENV: "false" strategy: &test_shard_strategy