Skip to content

Commit

Permalink
ci: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable committed Sep 15, 2022
1 parent 7d135db commit 0274abe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ jobs:
go-version: 1.19

- name: Test
run: |
go work sync
go test -v ./...
go test -v ./goes/esgallery/...
run: make test
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.PHONY: generate
generate:
@./scripts/generate

.PHONY: test
test:
@go test -v ./...
@go test -v ./goes/esgallery/...

0 comments on commit 0274abe

Please sign in to comment.