👷 add target for Valgrind tests

This commit is contained in:
Niels Lohmann 2021-01-25 22:33:27 +01:00
parent 40a6532da2
commit f3a68aeb05
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -116,3 +116,14 @@ jobs:
run: cmake -S . -B build -DJSON_CI=On
- name: build
run: cmake --build build --target ci_test_gcc
ci_test_valgrind:
runs-on: ubuntu-latest
container:
image: 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_valgrind