1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 21:01:10 +01:00

Add stop on error to the bash scripts

This commit is contained in:
Jean-Marc Meessen 2020-06-23 14:42:14 +02:00
parent 247f869bf5
commit cec1984134
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,6 @@
#!/bin/bash
set -e
go build
go test ./...

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
go build
go test ./...