Skip to content

Commit 96de508

Browse files
committed
ci: add -DVERIFY to one of the test jobs
This detects benchmarks that crash when VERIFY is defined.
1 parent 8ce4a6c commit 96de508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ task:
7777
- env: {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
7878
- env: {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
7979
- env: {WIDEMUL: int128, ASM: x86_64}
80-
- env: { RECOVERY: yes, SCHNORRSIG: yes}
80+
- env: {CPPFLAGS: -DVERIFY,RECOVERY: yes,ECDH: yes, SCHNORRSIG: yes}
8181
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
8282
- env: {CPPFLAGS: -DDETERMINISTIC}
8383
- env: {CFLAGS: -O0, CTIMETEST: no}

0 commit comments

Comments
 (0)