Skip to content

Commit

Permalink
Add address sanitizer for complex build in GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed Apr 8, 2021
1 parent 81b05a9 commit cfe21c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
gcc-openmpi-real-coverage,
gcc-openmpi-complex-coverage,
clang-openmpi-real-asan,
clang-openmpi-complex-asan,
clang-openmpi-real-ubsan
]
include:
Expand All @@ -41,6 +42,11 @@ jobs:
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: clang-openmpi-complex-asan
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: clang-openmpi-real-ubsan
container:
Expand Down

0 comments on commit cfe21c3

Please sign in to comment.