3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-19 16:53:18 +00:00

Disable test execution in CI workflow

This commit is contained in:
Nikolaj Bjorner 2026-01-18 13:51:29 -08:00 committed by GitHub
parent d0d4ba3646
commit 709b515d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -291,7 +291,7 @@ jobs:
setupCmd1: ''
setupCmd2: ''
buildCmd: 'CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Release -DZ3_SINGLE_THREADED=ON -DZ3_BUILD_DOTNET_BINDINGS=True -DZ3_BUILD_JAVA_BINDINGS=True -DZ3_BUILD_PYTHON_BINDINGS=True -G "Ninja" ../'
runTests: true
runTests: false
steps:
- name: Checkout code
uses: actions/checkout@v4