mirror of https://github.com/citusdata/citus.git
Tests exit 1 in step
parent
95750f7a82
commit
6e24043927
|
@ -78,6 +78,7 @@ jobs:
|
|||
set -ex
|
||||
git config --global --add safe.directory /__w/citus/citus
|
||||
make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
||||
exit 1
|
||||
|
||||
- name: Make install
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue