Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo authored Dec 28, 2024
1 parent 5bd8570 commit ccf318d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ jobs:
run: go test -v ./...
- name: Run example
run: cd example && go build -o http_breaker && ./http_breaker
- name: gofmt v2
run: test -z "`cd v2 && gofmt -l .`"
- name: golint v2
run: test -z "`cd v2 && golint ./...`"
- name: go test v2
run: cd v2 && go test -v ./...
- name: Run example v2
run: cd v2/example && go build -o http_breaker && ./http_breaker

0 comments on commit ccf318d

Please sign in to comment.