Skip to content

Commit 3c869aa

Browse files
authored
Merge pull request #51 from omus/patch-1
Test against 32-bit
2 parents a01013e + 6e594f6 commit 3c869aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
- windows-latest
2020
arch:
2121
- x64
22+
- x86
23+
exclude:
24+
# Test 32-bit only on Linux
25+
- os: macOS-latest
26+
arch: x86
27+
- os: windows-latest
28+
arch: x86
2229
steps:
2330
- uses: actions/checkout@v2
2431
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)