Skip to content

Commit 07bd9b4

Browse files
author
Lukas Markeffsky
committed
[DO NOT MERGE] test in CI
1 parent 5d98977 commit 07bd9b4

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
timeout-minutes: 600
6972
runs-on: "${{ matrix.os }}"
7073
steps:

src/ci/github-actions/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ jobs:
344344
- name: x86_64-gnu-tools
345345
<<: *job-linux-16c
346346

347+
- name: test-various
348+
<<: *job-linux-8c
349+
347350
auto:
348351
<<: *base-ci-job
349352
name: auto - ${{ matrix.name }}

0 commit comments

Comments
 (0)