From daa898de9816b1e27f91b73432190ff958ce9915 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Mon, 19 Aug 2024 16:32:32 +0900 Subject: [PATCH] reduce the number of tests temporally --- .github/workflows/main.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b49b05fe..46127665 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,11 +11,13 @@ jobs: strategy: matrix: - os: ["ubuntu-22.04", "ubuntu-20.04", "macos-latest"] - ompsize: [1, 4] - exclude: - - os: "macos-latest" - ompsize: 4 # OMP on macOS is too slow + os: ["ubuntu-22.04", "ubuntu-20.04"] + # os: ["ubuntu-22.04", "ubuntu-20.04", "macos-latest"] + ompsize: [1] + # ompsize: [1, 4] + # exclude: + # - os: "macos-latest" + # ompsize: 4 # OMP on macOS is too slow fail-fast: false env: OMP_NUM_THREADS: ${{ matrix.ompsize }} @@ -68,4 +70,5 @@ jobs: - name: ctest working-directory: ${{runner.workspace}}/build shell: bash - run: ctest -V + run: ctest -VV -R HeisenbergChain + # run: ctest -VV -R HeisenbergChain