Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Symbolexe authored May 8, 2024
1 parent 5b83108 commit b7464e4
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,6 @@ jobs:
- name: Test
run: go test -v -race ./...

lint:
name: Lint
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install golangci-lint
run: |
curl -sSfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1
- name: Lint
run: golangci-lint run

coverage:
name: Code Coverage
runs-on: ubuntu-latest
needs: build

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install goveralls
run: go get -u github.com/mattn/goveralls

- name: Run tests with coverage
run: |
go test -v -race -coverprofile=coverage.out ./...
goveralls -coverprofile=coverage.out -service=github
release:
name: Release Binary
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7464e4

Please sign in to comment.