2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-25 16:32:15 +00:00

Run the gradient optimization tests in codecov and drone

This commit is contained in:
Matt Borland
2026-01-30 09:20:59 -05:00
parent 3028f09ebd
commit 5b5c405625
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- { name: Collect coverage autodiff, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'autodiff' }
- { name: Collect coverage reverse-autodiff, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff' }
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff,gradient_based_optimizers' }
timeout-minutes: 360
runs-on: ${{matrix.os}}
container: ${{matrix.container}}