Skip to content

Commit

Permalink
[test ]: add test script and github action with test
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Wei Chen(BWbwchen) <tim.chenbw@gmail.com>
  • Loading branch information
BWbwchen committed Nov 7, 2023
1 parent 1e7d2b5 commit bde2b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
go-version: 1.17

# - name: Test
# run: go test -v ./...
- name: Test
run: make test
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ clean :
-rm output/*
-rm cmd/*.so

test:
go test -v ./master

grpc :
protoc --go-grpc_out=rpc --go_out=rpc rpc/*.proto

Expand Down

0 comments on commit bde2b11

Please sign in to comment.