Skip to content

Commit

Permalink
ci/gha: Let MSan continue checking after errors in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Sep 3, 2023
1 parent e78c7b6 commit 2635068
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 @@ -485,11 +485,11 @@ jobs:
matrix:
configuration:
- env_vars:
CFLAGS: '-fsanitize=memory -g'
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g'
- env_vars:
ECMULTGENPRECISION: 2
ECMULTWINDOW: 2
CFLAGS: '-fsanitize=memory -g -O3'
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g -O3'

env:
ECDH: 'yes'
Expand Down

0 comments on commit 2635068

Please sign in to comment.