test: speed changed lanes and channel contracts

This commit is contained in:
Peter Steinberger
2026-04-20 20:52:18 +01:00
parent d8cf947f6b
commit f5305afcfb
5 changed files with 138 additions and 7 deletions

View File

@@ -736,6 +736,10 @@ jobs:
env:
SHARD_RESULT: ${{ needs.checks-fast-channel-contracts-shard.result }}
run: |
if [ "$SHARD_RESULT" = "cancelled" ]; then
echo "Channel contract shards were cancelled, usually because a newer commit superseded this run." >&2
exit 1
fi
if [ "$SHARD_RESULT" != "success" ]; then
echo "Channel contract shards failed: $SHARD_RESULT" >&2
exit 1