mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-31 20:49:53 +00:00
Merge pull request #3026 from immanuwell/fix-validator-test-exit
fix: make validators test failures exit non-zero
This commit is contained in:
@@ -244,4 +244,5 @@ try {
|
||||
runTests();
|
||||
} catch (error) {
|
||||
console.error("Test failed:", error);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user