mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
try without semi-colon
This commit is contained in:
parent
adcdd11afc
commit
93c3fc2bda
|
@ -224,7 +224,7 @@ jobs:
|
||||||
make -j3 test-z3
|
make -j3 test-z3
|
||||||
./cpp_example
|
./cpp_example
|
||||||
./c_example
|
./c_example
|
||||||
java -cp api/java/classes; JavaExample
|
java -cp api/java/classes JavaExample
|
||||||
cd ..
|
cd ..
|
||||||
# Skip as dead-slow in debug mode:
|
# Skip as dead-slow in debug mode:
|
||||||
# - template: scripts/test-z3.yml
|
# - template: scripts/test-z3.yml
|
||||||
|
|
Loading…
Reference in a new issue