Skip to content

Commit

Permalink
Remove CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
goyalmunish committed Nov 1, 2022
1 parent 563ad0f commit e11a6bf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ permissions:
issues: write

jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '>=1.19.2'
- name: Build
run: go build -v ./...
- name: Test
run: ./script/go_test
goreleaser:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e11a6bf

Please sign in to comment.