2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Remove redundant testing and failing test

This commit is contained in:
Matt Borland
2021-11-25 11:36:55 +02:00
parent 3d25e70fe2
commit e1ded14d81
2 changed files with 6 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ jobs:
strategy:
fail-fast: false
matrix:
standard: [ 11, 14, 17, 20 ]
standard: [ 14, 17, 20 ]
suite: [ float128_tests, special_fun, distribution_tests, misc, quadrature, mp, interpolators, autodiff, ../example//examples, ../tools ]
steps:
- uses: actions/checkout@v2