From 6abc01f1cad6ff064bf940ff14ef36760deb6154 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 6 Dec 2022 08:43:22 -0800 Subject: [PATCH] Consolidate windows testing --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 337c53c570..cb62068c82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,7 +223,7 @@ jobs: matrix: toolset: [ gcc ] standard: [ 14, 17 ] - suite: [ float128_tests, special_fun, distribution_tests, misc, quadrature, mp, interpolators, autodiff, ../example//examples, ../tools ] + suite: [ github_ci_block_1, github_ci_block_2 ] steps: - uses: actions/checkout@v3 with: @@ -303,7 +303,7 @@ jobs: matrix: compiler: [ g++-11 ] standard: [ c++17 ] - suite: [ float128_tests, special_fun, distribution_tests, misc, quadrature, mp, interpolators, autodiff, ../example//examples, ../tools ] + suite: [ github_ci_block_1, github_ci_block_2 ] env: TOOLSET: gcc steps: