diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-26 16:52:24 +0200 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-26 16:52:24 +0200 |
| commit | 6ec41a79501cb29ef45f62b123cf097cec9eb3dd (patch) | |
| tree | ef68fdfb4954c75a96236e98e2502cf0c1968ad1 /src/ci/github-actions | |
| parent | b5eb9893f42a469d330046089539f908d4728384 (diff) | |
| download | rust-6ec41a79501cb29ef45f62b123cf097cec9eb3dd.tar.gz rust-6ec41a79501cb29ef45f62b123cf097cec9eb3dd.zip | |
ci: fix llvm test coverage
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 1d175bd97e6..e257f231184 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -332,7 +332,7 @@ auto: env: RUST_BACKTRACE: 1 IMAGE: x86_64-gnu-llvm-20 - DOCKER_SCRIPT: stage_2_test_set1.sh + DOCKER_SCRIPT: stage_2_test_set2.sh <<: *job-linux-4c # Skip tests that run in x86_64-gnu-llvm-20-{1,3} @@ -357,7 +357,7 @@ auto: env: RUST_BACKTRACE: 1 IMAGE: x86_64-gnu-llvm-19 - DOCKER_SCRIPT: stage_2_test_set1.sh + DOCKER_SCRIPT: stage_2_test_set2.sh <<: *job-linux-4c # Skip tests that run in x86_64-gnu-llvm-19-{1,3} |
