rm postgres test in circleci

This commit is contained in:
Michiel Borkent 2020-04-27 11:47:45 +02:00
parent 88eb4c569d
commit 6116b34b74

View file

@ -38,7 +38,6 @@ jobs:
- run: - run:
name: Run JVM tests name: Run JVM tests
command: | command: |
script/postgres_test
script/test script/test
script/run_lib_tests script/run_lib_tests
# - run: # - run: