2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-27 17:12:22 +00:00

[CI SKIP] Tune suites to run and ensure fail in std

This commit is contained in:
Christopher Kormanyos
2021-01-31 22:27:41 +01:00
parent d50ddb59d7
commit a126e222f5
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
matrix:
compiler: [ g++ ]
standard: [ gnu++11 ]
suite: [ float128_tests, special_fun, misc, ../example//examples ]
suite: [ float128_tests, special_fun, ../example//examples ]
steps:
- uses: actions/checkout@v2
with: