Skip to content

Commit 6b07a46

Browse files
merge top-level
2 parents a28f6cf + 5c29369 commit 6b07a46

888 files changed

Lines changed: 12576 additions & 13764 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/buildomat/build-and-test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ fi
178178
banner doctest
179179
ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
180180

181+
# Verify that old migrations have been removed.
182+
#
183+
# We do this after the main build, so the dependencies of "cargo xtask schema"
184+
# have already been built, which makes this cheap(er).
185+
banner "check schema migration cleanup"
186+
ptime -m cargo xtask schema old-migrations
187+
181188
# Build the live-tests. This is only supported on illumos.
182189
# We also can't actually run them here. See the README for more details.
183190
if [[ $target_os == "illumos" ]]; then

0 commit comments

Comments
 (0)