Skip to content

Commit

Permalink
完善 ci 测试
Browse files Browse the repository at this point in the history
  • Loading branch information
chai2010 committed May 27, 2023
1 parent 147fb2c commit 093eb2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- run: go version
- run: go env

- run: make ci-test-all

- run: go test -v -coverprofile=profile.cov ./...

- run: go install
Expand Down Expand Up @@ -51,6 +53,8 @@ jobs:
- run: go version
- run: go env

- run: make ci-test-all

- run: go test -v ./...

- run: go install
Expand All @@ -75,6 +79,8 @@ jobs:
- run: go version
- run: go env

- run: make ci-test-all

- run: go test -v ./...

- run: go install
Expand Down

0 comments on commit 093eb2b

Please sign in to comment.