Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaying-peng committed Jul 9, 2024
1 parent 3151141 commit 93caddc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
with:
go-version: ${{ env.go_version }}
- run: make build
# Test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v3
# with:
# go-version: ${{ env.go_version }}
# - run: make test
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}
- run: make test
Lint:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -59,13 +59,13 @@ jobs:
version: latest
- run: make check-format

# Check-Gen:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# version: latest
# - run: make check-gen
Check-Gen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
version: latest
- run: make check-gen

Coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93caddc

Please sign in to comment.