Check for clean repo after tests (#11409)

Goal: detect problems like adressed by #11407 or missing `Cargo.lock`
update early

Try to fail when there is a non clear `git status` message
This commit is contained in:
Stefan Holderbach
2023-12-23 20:28:07 +01:00
committed by GitHub
parent f3de373c59
commit b0b4c3dffd
2 changed files with 34 additions and 0 deletions

View File

@ -53,4 +53,5 @@ def main [] {
let msg = $"OUTPUT:\n($o)\n\nEXPECTED:\n($e)"
error make {msg: $"Output does not match the expected value:\n($msg)"}
}
rm script.nu
}