Skip to content

Commit

Permalink
ci: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Sep 28, 2023
1 parent 2e7f033 commit 59a5211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2

- name: Set up PATH
run: export PATH="$(ec path):$PATH"
- name: Run Tests
run: make test
- name: Run Integration Tests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:

test: install
@echo "[+] testing"
@go test -v ./...
go test -v ./...
.PHONY: test

integration:
Expand Down

0 comments on commit 59a5211

Please sign in to comment.