Skip to content

Commit

Permalink
enable warning as error
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Feb 14, 2025
1 parent 7ea15d0 commit 9fee1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- fftw
- qhull
- eigen
cmake_options: -DMPI_SLOTS=4
cmake_options: -DMPI_SLOTS=4 -DENABLE_WARNING_AS_ERROR=ON

runs-on: [self-hosted, linux, hpc]
env:
Expand Down

0 comments on commit 9fee1e8

Please sign in to comment.