Skip to content

Commit

Permalink
[DO NOT MERGE] Run test-various to check wasm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Mar 13, 2024
1 parent 4acb17e commit a6f4f6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
env: {}
- name: test-various
os: ubuntu-20.04-8core-32gb
env: {}
defaults:
run:
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Expand Down
3 changes: 3 additions & 0 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ jobs:
- name: x86_64-gnu-tools
<<: *job-linux-16c

- name: test-various
<<: *job-linux-8c

auto:
<<: *base-ci-job
name: auto - ${{ matrix.name }}
Expand Down

0 comments on commit a6f4f6a

Please sign in to comment.