about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-07-31 08:03:26 +0000
committerbors <bors@rust-lang.org>2022-07-31 08:03:26 +0000
commit482153bc208df5fc236cc0e1cddb24e93fcc332f (patch)
tree5673f88baca7242e57f6858fc6d690153cf8a5b3 /src/ci/github-actions
parenta2318651d4d2c6280a5047544cbf4180119ba966 (diff)
parent1f7b6552bb67ac7e4c844776863988a1264c5ee0 (diff)
downloadrust-482153bc208df5fc236cc0e1cddb24e93fcc332f.tar.gz
rust-482153bc208df5fc236cc0e1cddb24e93fcc332f.zip
Auto merge of #99529 - Milo123459:stage-1-test, r=jyn514
Run `x test --stage 1` in CI

Fixes #99135

r? `@jyn514`
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index f92e46b0a97..cb660881b07 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -286,7 +286,7 @@ jobs:
 
           - name: x86_64-gnu-llvm-12
             <<: *job-linux-xl
-
+            
           - name: x86_64-gnu-tools
             env:
               CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
@@ -436,6 +436,11 @@ jobs:
               RUST_BACKTRACE: 1
             <<: *job-linux-xl
 
+          - name: x86_64-gnu-llvm-12-stage1
+            env:
+              RUST_BACKTRACE: 1
+            <<: *job-linux-xl
+
           - name: x86_64-gnu-nopt
             <<: *job-linux-xl