mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 06:16:09 +00:00
Update .github/workflows/ci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b8736991f3
commit
c2a17dac0b
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -402,9 +402,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
cd build
|
cd build
|
||||||
make -j$(nproc)
|
JOBS=$(getconf _NPROCESSORS_ONLN 2>/dev/null || sysctl -n hw.ncpu || echo 1)
|
||||||
make -j$(nproc) examples
|
make -j"$JOBS"
|
||||||
make -j$(nproc) test-z3
|
make -j"$JOBS" examples
|
||||||
|
make -j"$JOBS" test-z3
|
||||||
./cpp_example
|
./cpp_example
|
||||||
./c_example
|
./c_example
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue