summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-04-01 20:39:20 +0200
committerIgor Matuszewski <xanewok@gmail.com>2020-04-01 20:32:38 +0000
commit779839516db95a9f8498da25cdf4e965f6e10027 (patch)
tree8daf51af419a31796b1bfb7ca7a5497814661744 /.gitlab-ci
parente867067e7375b6edb84ffa28004788f24aeaabea (diff)
ci: Test almost all packages on Windows
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msys2.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index b65338f3..65fa6825 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -19,16 +19,15 @@ clang --version
date
# Ensure everything compiles but leave FFI tests for now
-# Also omit some of the time-consuming tests because we hit CI 1hr timeout
cargo check --all --all-targets
cargo test -v \
-p buffered-reader \
-p sequoia-ipc \
-p sequoia-openpgp \
- -p sequoia-sqv
-# -p sequoia-autocrypt \
-# -p sequoia-core \
-# -p sequoia-net
-# -p sequoia-store # FIXME: Somehow keeps CI stalled (zombie children proc?)
+ -p sequoia-sqv \
+ -p sequoia-autocrypt \
+ -p sequoia-core \
+ -p sequoia-net \
+ -p sequoia-store
# -p sequoia-ffi \
# -p sequoia-openpgp-ffi \