Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
dengsgo committed Aug 21, 2023
1 parent 7627eb0 commit b90aeb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
cd ./example/packages/ && go build -toolexec decorator -a && ./packages
cd ../single && go build -toolexec decorator -a && ./single
cd ../datetime && go build -toolexec decorator -a && ./datetime
cd ../emptyfunc && go build -toolexec decorator -a && ./emptyfunc
cd ../..
- name: TestExample
run: |
go test -v ./example/single/
go test -v ./example/packages/
go test -v ./example/datetime/
go test -v ./example/emptyfunc/

0 comments on commit b90aeb2

Please sign in to comment.