Skip to content

Commit

Permalink
[DO NOT MERGE] test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Markeffsky committed Feb 16, 2024
1 parent 5d98977 commit 07bd9b4
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: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
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 @@ -344,6 +344,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 07bd9b4

Please sign in to comment.