diff options
| author | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-30 21:56:53 +0000 |
|---|---|---|
| committer | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-30 21:56:53 +0000 |
| commit | 0f121d728831961606168da902dad946e4b2aa7e (patch) | |
| tree | 4d9fda299507009fb003de6996192a4232857b95 /src/ci/github-actions | |
| parent | b86c5fa14abcc0a211a24d308693aecc20338575 (diff) | |
| download | rust-0f121d728831961606168da902dad946e4b2aa7e.tar.gz rust-0f121d728831961606168da902dad946e4b2aa7e.zip | |
add to full test-suite
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 0dd4fc65792..97688e1e5d4 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -439,6 +439,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 |
