ci: Fix all-commits job.

This commit is contained in:
Justus Winter 2023-03-13 15:49:57 +01:00
parent 810f7cde64
commit 47e6dc920e
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -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