summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-04-11 15:43:06 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-04-11 15:43:06 +0200
commit2113b88de283eb4249ce2a242f172110bba98b69 (patch)
tree9a6ccda38d2e98003cdd5bc5be58ad10d428aebb
parent16f1e74ef4d161014ffd28869c65a002efcd43ee (diff)
ci: Run all tests on Debian Trixie.
- Previously, only the supported-algorithms example was executed.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66e74126..7adad2b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,7 @@ include:
trixie-build:
script:
- cargo run --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-nettle,compression --example supported-algorithms
+ - cargo test --workspace
- if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; git diff ; false ; fi
- if ! git diff --quiet ; then echo "The build changed the source. Please investigate." ; git diff ; fi