mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
Missed a colon.
This commit is contained in:
parent
179242ed29
commit
85601453cd
|
@ -87,7 +87,7 @@ jobs:
|
||||||
./test-z3 -a
|
./test-z3 -a
|
||||||
cd ..
|
cd ..
|
||||||
condition: eq(variables['runUnitTest'], 'True')
|
condition: eq(variables['runUnitTest'], 'True')
|
||||||
- ${{if eq(runExample, 'True'}}
|
- ${{if eq(runExample, 'True'}}:
|
||||||
- template: scripts/test-examples-cmake.yml
|
- template: scripts/test-examples-cmake.yml
|
||||||
# - template: scripts/test-jupyter.yml
|
# - template: scripts/test-jupyter.yml
|
||||||
# - template: scripts/test-java-cmake.yml
|
# - template: scripts/test-java-cmake.yml
|
||||||
|
|
Loading…
Reference in a new issue