Skip to content

Commit

Permalink
ci: add 32bit CI (#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 Nov 9, 2024
1 parent 7b5f596 commit af36898
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 af36898

Please sign in to comment.