Skip to content

Commit

Permalink
CI: do debug build so that assertions will run.
Browse files Browse the repository at this point in the history
Closes #532.
  • Loading branch information
jgm committed Mar 13, 2024
1 parent 13f641c commit 9d32324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo apt install -y valgrind
- name: Build and test
run: |
make
make debug
make test
make leakcheck
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
env:
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=NO
run: |
make
make debug
make test
windows:
Expand Down

0 comments on commit 9d32324

Please sign in to comment.