Skip to content

Commit 2b7f017

Browse files
committed
chore: clean after each test in release
We only have limited space on GitHub's runners. Without this the release build fails because it's out of space.
1 parent 6e56fba commit 2b7f017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ $nop git show
227227
# 3. Run tests.
228228
for pg in $PG_VERSIONS; do
229229
$nop tools/build -pg$pg test-extension
230+
$nop rm -rf target # we only have limited disk space on github's runner
230231
done
231232
assert_clean || die 'tools/build should not dirty the working directory'
232233

0 commit comments

Comments
 (0)