Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner authored Jul 31, 2021
1 parent 42b3254 commit efa82fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efa82fa

Please sign in to comment.