3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update coverage.yml

This commit is contained in:
Nikolaj Bjorner 2021-07-31 13:13:22 -07:00 committed by GitHub
parent 42b3254c46
commit efa82fa4f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,13 +29,13 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build --install --config ${{env.BUILD_TYPE}}
- name: Clone z3test
run: git clone https://github.com/z3prover/z3test z3test
- name: Run regressions
run: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
# - name: Run regressions
# run: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
- name: Run coverage
run: python z3test/scripts/test_coverage_tests.py build/install z3test/coverage/cpp