Skip to content

Commit

Permalink
Merge branch 'master' into dangling2
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Feb 5, 2025
2 parents 074918f + b276789 commit 4add746
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ jobs:
sudo apt-get install libhdf5-dev
cmake -S . -B build -DCODE_COVERAGE=ON
- name: Configure the build
if: ${{ ! matrix.config.cov }}
run: cmake -S . -B build

- name: Configure the build with coverage
if: ${{ matrix.config.cov }}
run: cmake -S . -B build -DCODE_COVERAGE=ON

- name: Run the build
run: cmake --build build

Expand Down

0 comments on commit 4add746

Please sign in to comment.