Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huhouhua authored Feb 9, 2024
1 parent 73c7786 commit debf83c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
git diff --exit-code go.sum
test:
runs-on: ubuntu-latest
needs: go-mod
steps:
- name: Setup Go
uses: actions/setup-go@v3
Expand All @@ -44,6 +45,7 @@ jobs:
run: make test
format:
runs-on: ubuntu-latest
needs: test
steps:
- name: Setup Go
uses: actions/setup-go@v3
Expand All @@ -56,6 +58,7 @@ jobs:
make format
lint:
runs-on: ubuntu-latest
needs: format
steps:
- name: Setup Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit debf83c

Please sign in to comment.