Skip to content

Commit

Permalink
build 移除gotest
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 23, 2023
1 parent 48b28f7 commit 9c6ccf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
run: |
make require
- name: go test
run: go test -v ./...

- name: Project Tag Version
id: get_tag
run: echo "::set-output name=tag::$(echo $GITHUB_REF | cut -d '/' -f 3)"
Expand Down

0 comments on commit 9c6ccf7

Please sign in to comment.