We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d98977 commit 07bd9b4Copy full SHA for 07bd9b4
.github/workflows/ci.yml
@@ -65,6 +65,9 @@ jobs:
65
- name: x86_64-gnu-tools
66
os: ubuntu-20.04-16core-64gb
67
env: {}
68
+ - name: test-various
69
+ os: ubuntu-20.04-8core-32gb
70
+ env: {}
71
timeout-minutes: 600
72
runs-on: "${{ matrix.os }}"
73
steps:
src/ci/github-actions/ci.yml
@@ -344,6 +344,9 @@ jobs:
344
345
<<: *job-linux-16c
346
347
348
+ <<: *job-linux-8c
349
+
350
auto:
351
<<: *base-ci-job
352
name: auto - ${{ matrix.name }}
0 commit comments