diff options
| author | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-20 20:42:11 +0000 |
|---|---|---|
| committer | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-20 20:42:11 +0000 |
| commit | 2314f3b8751b61ce5a00a2b49cfde461b3d7cfe5 (patch) | |
| tree | 69a7a681ba48492913ad8e9c9d205e0676c6ac33 /.github | |
| parent | a7468c60f8dbf5feb23ad840b174d7e57113a846 (diff) | |
| download | rust-2314f3b8751b61ce5a00a2b49cfde461b3d7cfe5.tar.gz rust-2314f3b8751b61ce5a00a2b49cfde461b3d7cfe5.zip | |
test stage-1 in ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d9e249ee44..2e16a8d894c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: - name: x86_64-gnu-llvm-12 os: ubuntu-20.04-xl env: {} + - name: x86_64-gnu-llvm-12-stage1 + os: ubuntu-20.04-xl + env: {} - name: x86_64-gnu-tools env: CI_ONLY_WHEN_SUBMODULES_CHANGED: 1 |
