1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-31 14:51:04 +01:00

Merge branch 'parse' of https://github.com/jmMeessen/FLEcli into parse

This commit is contained in:
Jean-Marc MEESSEN 2020-06-23 22:31:04 +02:00
commit fc5e258f8d
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 ./...