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