mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-08 17:19:01 -05:00
Run irctest on AArch64.
This should help us catch portability weirdnesses. [skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci]
This commit is contained in:
parent
a41812db1a
commit
eaac5cebe1
4
.github/workflows/ci-irctest.yml
vendored
4
.github/workflows/ci-irctest.yml
vendored
@ -16,7 +16,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
|
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
|
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04-arm
|
||||||
env:
|
env:
|
||||||
IRCTEST_DEBUG_LOGS: "1"
|
IRCTEST_DEBUG_LOGS: "1"
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user