ci: remove io tests from stack-test because of random segmentation faults (#1627)

io tests already run on nix-build-test
This commit is contained in:
Wolfgang Walther
2020-10-16 13:53:43 -05:00
committed by GitHub
parent 780970885e
commit b7b66b600d
-6
View File
@@ -71,12 +71,6 @@ jobs:
command: |
POSTGREST_TEST_CONNECTION=$(test/create_test_db "postgres://circleci@localhost" postgrest_test) \
stack test
- run:
name: run io tests
command: |
export PATH="~/.local/bin:$PATH"
stack install --fast -j1
test/io-tests.sh
# Run memory usage tests based on stack and docker.
stack-test-memory: