Skip to content

Commit 533e770

Browse files
committed
Run x86_64-gnu in PR tests
1 parent 82cd953 commit 533e770

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
tidy: false
6363
os: ubuntu-20.04-16core-64gb
6464
env: {}
65+
- name: x86_64-gnu
66+
tidy: false
67+
os: ubuntu-20.04-8core-32gb
68+
env: {}
6569
timeout-minutes: 600
6670
runs-on: "${{ matrix.os }}"
6771
steps:

src/ci/github-actions/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ jobs:
320320
<<: *job-linux-16c
321321
tidy: false
322322

323+
- name: x86_64-gnu
324+
<<: *job-linux-8c
325+
tidy: false
326+
323327
auto:
324328
permissions:
325329
actions: write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds

0 commit comments

Comments
 (0)