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:
dandds 2019-12-16 10:47:22 -05:00
parent 11a30977cb
commit 3457f51d99

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# script/cibuild: Run CI related checks and tests