We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e493f96 commit bd9a00cCopy full SHA for bd9a00c
.github/workflows/ci.yml
@@ -55,6 +55,9 @@ jobs:
55
- name: mingw-check
56
os: ubuntu-20.04-4core-16gb
57
env: {}
58
+ - name: test-various
59
+ os: ubuntu-20.04-8core-32gb
60
+ env: {}
61
- name: mingw-check-tidy
62
63
src/ci/github-actions/ci.yml
@@ -354,6 +354,9 @@ jobs:
354
355
<<: *job-linux-4c
356
357
358
+ <<: *job-linux-8c
359
+
360
361
362
0 commit comments