Skip to content

Commit

Permalink
修改github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kafuumi committed Mar 30, 2022
1 parent 76d1e82 commit 7212aa3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ jobs:

- name: Build
run: go build -v ./...
#执行测试
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up GO
uses: actions/setup-go@v2
with:
go-version: 1.17
check-latest: true

- name: Test
run: go test -run=Test
Expand Down

0 comments on commit 7212aa3

Please sign in to comment.