Skip to content

Commit

Permalink
reduce the number of tests temporally
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 19, 2024
1 parent e6b8c48 commit daa898d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

0 comments on commit daa898d

Please sign in to comment.