Skip to content

Commit a6f4f6a

Browse files
committed
[DO NOT MERGE] Run test-various to check wasm tests
1 parent 4acb17e commit a6f4f6a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.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' }}"

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)