Skip to content

Commit

Permalink
Run make misc in gitlab CI
Browse files Browse the repository at this point in the history
Closes #231
  • Loading branch information
reznikmm committed Jan 17, 2024
1 parent 5352f0e commit 4f2d891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ build_and_test_dev:
# Build VSS and run tests
( eval $(anod printenv --sandbox-dir /it/wave gnatall) ;\
make COVERAGE_MODE=gcov build-libs-static check ;\
make COVERAGE_MODE=gcov build-libs-static check misc ;\
make -C testsuite/json_schema ;\
ENABLE_GCOV=y gcovr --print-summary --cobertura gcov.xml )
make clean
Expand Down

0 comments on commit 4f2d891

Please sign in to comment.