mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
fix syntax
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2520dcb04b
commit
6b60a3dbed
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -56,9 +56,10 @@ jobs:
|
|||
./test-z3 -a
|
||||
cd -
|
||||
|
||||
# Disabled: ${{github.workspace}}/build/examples/c_example_build_dir/c_example
|
||||
|
||||
- name: Run examples
|
||||
run: |
|
||||
# Disabled: ${{github.workspace}}/build/examples/c_example_build_dir/c_example
|
||||
${{github.workspace}}/build/examples/cpp_example_build_dir/cpp_example
|
||||
${{github.workspace}}/build/examples/tptp_build_dir/z3_tptp5 --help
|
||||
${{github.workspace}}/build/examples/c_maxsat_example_build_dir/c_maxsat_example ${{github.workspace}}/examples/maxsat/ex.smt
|
||||
|
|
Loading…
Reference in a new issue