summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-04-11 15:46:52 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-04-11 15:46:52 +0200
commit1a8ffef0bd1b777d298d87ccc1c05491af18598f (patch)
tree49b453b09a0a02a74cbd4eee2a21f7c0f67c8d9d
parent2113b88de283eb4249ce2a242f172110bba98b69 (diff)
ci: Run the tests without the hidden Makefile.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7adad2b4..65ceed36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,7 +75,7 @@ trixie-crypto-botan-build:
rust-stable-build:
script:
- - CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp" $MAKE_TOP test
+ - cargo test -p buffered-reader -p sequoia-openpgp
rust-stable-armv7-build:
before_script: