summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-09-25 16:57:34 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-09-26 14:14:47 +0200
commit18ee45fa2fd2c52afe109e2dacf9e982b99dac44 (patch)
treeefecba470997a9e12119028c44dd73d39b43c788
parent84d4a728e52865e78b7112b43e7a8383435c0971 (diff)
ci: Make sure there are no changes.
-rwxr-xr-x.ci/all_commits.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/all_commits.sh b/.ci/all_commits.sh
index b44f48c5..7ea84a84 100755
--- a/.ci/all_commits.sh
+++ b/.ci/all_commits.sh
@@ -18,7 +18,8 @@ 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-openpgp' \
+ --exec 'git diff --exit-code' &&
echo "All commits passed tests" &&
exit 0