👷 add CI steps for Sanitizers

This commit is contained in:
Niels Lohmann 2021-01-28 21:38:19 +01:00
parent c3edf49451
commit 8b362b52cb
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -107,3 +107,13 @@ jobs:
run: cmake -S . -B build -DJSON_CI=On
- name: build
run: cmake --build build --target ci_clang_tidy || true
ci_test_clang_sanitizer:
runs-on: ubuntu-latest
container: nlohmann/json-ci:latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -S . -B build -DJSON_CI=On
- name: build
run: cmake --build build --target ci_test_clang_sanitizer