Skip to content

Commit 59a5211

Browse files
committed
ci: small improvements
1 parent 2e7f033 commit 59a5211

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
1616
uses: actions/checkout@v2
17+
18+
- name: Set up PATH
19+
run: export PATH="$(ec path):$PATH"
1720
- name: Run Tests
1821
run: make test
1922
- name: Run Integration Tests

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212

1313
test: install
1414
@echo "[+] testing"
15-
@go test -v ./...
15+
go test -v ./...
1616
.PHONY: test
1717

1818
integration:

0 commit comments

Comments
 (0)