From 47e6dc920e7a5baf26cd9c7127aefbadee60ff04 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 13 Mar 2023 15:49:57 +0100 Subject: [PATCH] ci: Fix all-commits job. --- .ci/all_commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/all_commits.sh b/.ci/all_commits.sh index b44f48c5..b661d6b5 100755 --- a/.ci/all_commits.sh +++ b/.ci/all_commits.sh @@ -18,7 +18,7 @@ git merge-base --is-ancestor HEAD~ origin/main && git checkout HEAD~ git rebase origin/main \ --exec 'echo ===; echo ===; echo ===; git log -n 1;' \ - --exec 'cargo test -p sequoia-openpgp' && + --exec 'cargo test -p sequoia-sq' && echo "All commits passed tests" && exit 0