diff options
| author | Tyler Mandry <tmandry@google.com> | 2023-11-07 18:11:07 -0800 |
|---|---|---|
| committer | Tyler Mandry <tmandry@google.com> | 2023-12-07 16:30:36 -0800 |
| commit | a1b9a599584e9044da30bfd8fbc0d16ca72c009e (patch) | |
| tree | 096a5e72f86cd414caec6242130d59393f20bc89 /.github/workflows | |
| parent | 503e129328080e924c0ddfca6abf4c2812580102 (diff) | |
| download | rust-a1b9a599584e9044da30bfd8fbc0d16ca72c009e.tar.gz rust-a1b9a599584e9044da30bfd8fbc0d16ca72c009e.zip | |
Build Fuchsia in CI
Diffstat (limited to '.github/workflows')
| -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 a0d9eb8c452..4cf603519b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,6 +288,9 @@ jobs: - name: x86_64-gnu-aux os: ubuntu-20.04-4core-16gb env: {} + - name: x86_64-gnu-integration + os: ubuntu-20.04-16core-64gb + env: {} - name: x86_64-gnu-debug os: ubuntu-20.04-8core-32gb env: {} |
