summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-11-24 12:04:54 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-11-24 12:16:32 +0100
commite757aa31c0c102588029ffd9a3b8f2e92ab9a0ec (patch)
tree427e970321d69a59cf05aaa03325edf2974717fc
parentc76f6eec41fd3f95095db19bbfaa50cb933cefe0 (diff)
remove me: test tokio
- individual jobs for sequoia-ipc, sequoia-store, as they are the interesing ones
-rw-r--r--.gitlab-ci.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83a3049d..2c050f52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
stages:
- pre-check
+ - tokio
- build
- test
@@ -72,6 +73,36 @@ bullseye:
RUSTFLAGS: -D warnings -A unused-parens
after_script: []
+tokio-ipc:
+ tags:
+ - linux
+ stage: tokio
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild:latest
+ needs:
+ - codespell
+ script:
+ - cargo test -p sequoia-ipc
+ variables:
+ CARGO_TARGET_DIR: /target
+ CARGO_HOME: /cargo
+ RUSTFLAGS: -D warnings -A unused-parens
+ after_script: []
+
+tokio-store:
+ tags:
+ - linux
+ stage: tokio
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild:latest
+ needs:
+ - codespell
+ script:
+ - cargo test -p sequoia-store
+ variables:
+ CARGO_TARGET_DIR: /target
+ CARGO_HOME: /cargo
+ RUSTFLAGS: -D warnings -A unused-parens
+ after_script: []
+
bullseye-crypto-rust:
tags:
- linux