From 1a8ffef0bd1b777d298d87ccc1c05491af18598f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 11 Apr 2024 15:46:52 +0200 Subject: ci: Run the tests without the hidden Makefile. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3