Skip to content

Commit

Permalink
Make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dispensable committed Jan 9, 2024
1 parent 2fbbb81 commit fbe9c18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ jobs:

- name: Checkout code
uses: actions/checkout@v1
with:
fetch-depth: 1
path: go/src/github.com/douban/gobeansproxy

- name: Test
run: |
go mod tidy
go install github.com/douban/gobeansdb@latest
make test
env:
GOPATH: /home/runner/work/gobeansproxy/go/

- name: Install
run: make install

0 comments on commit fbe9c18

Please sign in to comment.