CI script should fail hard.
Right now, unit test failures in script/cibuild are not being emitted correctly. Instead, we'll just `set -e` at the top of the CI script so that failures are fast and obvious.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
# script/cibuild: Run CI related checks and tests
|
# script/cibuild: Run CI related checks and tests
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user