Skip to content

Commit

Permalink
Fails build if one step fails
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Jun 17, 2021
1 parent 6e4b8a7 commit a6c8485
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-ci.sh
Expand Up @@ -4,6 +4,9 @@
# Assumes all needed tools are in scope which means it usually needs to be run
# from a nix-shell session

# fail the script if any command fails
set -e

cabal update

cabal build --enable-tests all
Expand Down

0 comments on commit a6c8485

Please sign in to comment.