Skip to content

Commit

Permalink
ci: add test job with -DVERIFY
Browse files Browse the repository at this point in the history
This detects benchmarks that crash when VERIFY is defined.
  • Loading branch information
jonasnick committed Jan 19, 2023
1 parent 620ba3d commit 7f49aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ task:
- env: {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ASM: x86_64}
- env: { RECOVERY: yes, SCHNORRSIG: yes}
- env: {CTIMETESTS: no, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, CPPFLAGS: -DVERIFY}
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETESTS: no, BENCH: no}
- env: {CPPFLAGS: -DDETERMINISTIC}
- env: {CFLAGS: -O0, CTIMETESTS: no}
Expand Down

0 comments on commit 7f49aa7

Please sign in to comment.