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:
parent
11a30977cb
commit
3457f51d99
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# script/cibuild: Run CI related checks and tests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user