mirror of https://github.com/citusdata/citus.git
Merge branch 'main' into snapshot-level-transaction-block
commit
fe7c55779f
3
Makefile
3
Makefile
|
@ -61,6 +61,7 @@ check-style:
|
|||
|
||||
# depend on install-all so that downgrade scripts are installed as well
|
||||
check: all install-all
|
||||
$(MAKE) -C src/test/regress check-full
|
||||
# explicetely does not use $(MAKE) to avoid parallelism
|
||||
make -C src/test/regress check
|
||||
|
||||
.PHONY: all check clean install install-downgrades install-all
|
||||
|
|
Loading…
Reference in New Issue