From b7b66b600da848ea13d975000962bfe1cf5495cc Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 16 Oct 2020 20:53:43 +0200 Subject: [PATCH] ci: remove io tests from stack-test because of random segmentation faults (#1627) io tests already run on nix-build-test --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88f51d39f..41a462943 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: