summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-08-03 12:29:47 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2022-08-15 13:51:48 +0200
commit6ce6580bcfa55184100a5cbefceaab88c6edcbef (patch)
tree79dabdd433738568a1747822220f286c78f9cb47
parented8b2ac40db377d14e0349409ee053b9ea538e02 (diff)
ci: Test the whole workspace in windows-gnu-nettle.
- Since 8919c8100f72f6313071bb221550c606a38f3747, only buffered-reader and openpgp were tested on windows-gnu with nettle. This leaves out the other crates, especially net and ipc. - Test the whole workspace in windows-gnu-nettle, so that all crates are tested on Windows.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d715dac9..12be2958 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -311,7 +311,7 @@ windows-gnu-nettle:
- clang -v
- gpg --version
script:
- - cargo test -p buffered-reader -p sequoia-openpgp
+ - cargo test --workspace
after_script: [] # scriptlet doesn't work on Powershell
variables:
CFLAGS: "" # Silence some C warnings when compiling under Windows