summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-11 17:57:52 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-11 18:12:56 +0100
commit475b031cf8730d258c2c57240640e304199a9afc (patch)
treecd3cf7501ed2c6d71211a427b5d4492e4ed159a6 /.gitlab-ci.yml
parent9fea07b8e66f1befbc2e31738fcae2e5b980a22a (diff)
ci: Work around Python test failures.
- When building the bindings first, testing them later, the tests fail most of the time. I have not found the reason yet. - Reverts 9549da4b2bfa29519bb453a1f4fdd9baa536b57b.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae59f000..477ace07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ test:
- rustc --version
- cargo --version
- clang --version
- - make
- SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind make test
- du -sh target
- du -sh cargo