We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acb17e commit a6f4f6aCopy full SHA for a6f4f6a
.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
defaults:
72
run:
73
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
src/ci/github-actions/ci.yml
@@ -365,6 +365,9 @@ jobs:
365
366
<<: *job-linux-16c
367
368
369
+ <<: *job-linux-8c
370
+
371
auto:
372
<<: *base-ci-job
373
name: auto - ${{ matrix.name }}
0 commit comments