summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-09-21 10:09:52 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-09-21 16:32:16 +0200
commit6b49eceac23a0223cd0bcb11c1803f370bf8dcf2 (patch)
tree404b145f148e164dd46d29ac27199c547f64c447 /.gitlab-ci.yml
parente2967a305ed57f3d0a2faa14f15f9a3cc20ebe8d (diff)
ci: Enable valgrind test on bullseye.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e9b88e0..fbaff26b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,9 +17,8 @@ bullseye:
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye:latest
script:
- - make codespell CODESPELL_FLAGS=--summary
- - SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind cargo test -p buffered-reader -p sequoia-openpgp -p sequoia-sqv -p sequoia-openpgp-ffi
- #- make test # XXX: We cannot currently use valgrind, https://github.com/rust-lang/rust/issues/68979
+ - SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind cargo test -p sequoia-openpgp-ffi
+ - cargo test --all --exclude sequoia-openpgp-ffi
- make
- if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; false ; fi
- make -C tool update-usage