Skip to content

Commit

Permalink
enable JSON schema validation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Aug 20, 2024
1 parent a93d75e commit 4554b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: make regression
run: |
export NPROCS=$(python3 -c 'import os; print(len(os.sched_getaffinity(0)))')
python3 -m pip install jsonschema
make -j ${NPROCS} regression VERBOSE=yes DEBUG=yes SANITIZE=yes COVERAGE=no
- name: sphinx
Expand All @@ -63,7 +64,7 @@ jobs:
if: ${{ matrix.coverage == 'yes' }}
run: |
python3 -m pip install cpp-coveralls
coveralls --exclude tests --build-root "${PWD}" --gcov-options '\-lpbc'
coveralls --exclude tests --build-root "${PWD}" --gcov-options '\-lpbc'
- name: examples
run: make -C examples EXE=${PWD}/install/bin/adapterremoval3

0 comments on commit 4554b79

Please sign in to comment.