From af368983cdf66f142131811d16be5f07271e9395 Mon Sep 17 00:00:00 2001 From: William Moses Date: Sat, 9 Nov 2024 15:58:34 -0600 Subject: [PATCH] ci: add 32bit CI (#254) * Add 32bit CI * Update .github/workflows/CI.yml --- .github/workflows/CI.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 14b400f0..d842a992 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,6 +49,21 @@ jobs: version: '1.10' assertions: true test_group: neural_networks + - os: ubuntu-20.04 + arch: x86 + libReactant: packaged + version: '1.10' + test_group: core + - os: ubuntu-20.04 + arch: x86 + libReactant: packaged + version: '1.10' + test_group: neural_networks + - os: ubuntu-20.04 + arch: x86 + libReactant: packaged + version: '1.10' + test_group: integration steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2