Skip to content

Commit 7dde47e

Browse files
Add 32-bit Core CI lane via test_groups.toml (#229)
Opt into SciML/.github arch=x86 testing with a matrix-only Core alias. Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent d77baf2 commit 7dde47e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/test_groups.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
[Core]
55
versions = ["lts", "1", "pre"]
66

7+
["Core 32-bit"]
8+
group = "Core"
9+
versions = ["1"]
10+
os = ["ubuntu-latest"]
11+
arch = "x86"
12+
713
[QA]
814
versions = ["lts", "1"]

0 commit comments

Comments
 (0)