Rename cmd/triplex-example to cmd/triplex
All checks were successful
CI / test (push) Successful in 16s
All checks were successful
CI / test (push) Successful in 16s
This commit is contained in:
@@ -33,11 +33,11 @@ jobs:
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Build
|
||||
run: go build -o ./bin/triplex-example ./cmd/triplex-example
|
||||
run: go build -o ./bin/triplex ./cmd/triplex
|
||||
|
||||
- name: Run example
|
||||
run: |
|
||||
if ./bin/triplex-example && ./bin/triplex-example --complete ABC-123-DE; then
|
||||
if ./bin/triplex && ./bin/triplex --complete ABC-123-DE; then
|
||||
echo "Example ran successfully"
|
||||
else
|
||||
echo "Example failed"
|
||||
|
||||
Reference in New Issue
Block a user