Skip to content

Commit a35f42c

Browse files
committed
[EXPERIMENTAL] Try test-various in PR CI
1 parent 9861e61 commit a35f42c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: x86_64-gnu-tools
6666
os: ubuntu-20.04-16core-64gb
6767
env: {}
68+
- name: test-various
69+
os: ubuntu-20.04-8core-32gb
70+
env: {}
6871
defaults:
6972
run:
7073
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

Diff for: src/ci/github-actions/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ jobs:
365365
- name: x86_64-gnu-tools
366366
<<: *job-linux-16c
367367

368+
- name: test-various
369+
<<: *job-linux-8c
370+
368371
auto:
369372
<<: *base-ci-job
370373
name: auto - ${{ matrix.name }}

0 commit comments

Comments
 (0)