Skip to content

Commit

Permalink
chore: clean after each test in release
Browse files Browse the repository at this point in the history
We only have limited space on GitHub's runners. Without this the release
build fails because it's out of space.
  • Loading branch information
JamesGuthrie committed Nov 14, 2024
1 parent 6e56fba commit 2b7f017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ $nop git show
# 3. Run tests.
for pg in $PG_VERSIONS; do
$nop tools/build -pg$pg test-extension
$nop rm -rf target # we only have limited disk space on github's runner
done
assert_clean || die 'tools/build should not dirty the working directory'

Expand Down

0 comments on commit 2b7f017

Please sign in to comment.