Skip to content

Commit

Permalink
ci: add 32bit CI (EnzymeAD#254)
Browse files Browse the repository at this point in the history
* Add 32bit CI

* Update .github/workflows/CI.yml
  • Loading branch information
wsmoses authored and Pangoraw committed Nov 11, 2024
1 parent 94d7264 commit bdd1e1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdd1e1a

Please sign in to comment.