This commit is contained in:
@@ -31,3 +31,11 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Build
|
||||
run: go build -o ./bin/triplex-example ./cmd/triplex-example
|
||||
|
||||
- name: Run example
|
||||
run: ./bin/triplex-example && ./bin/triplex-example --complete ABC-1234-D && echo "Example ran successfully"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user