Skip to content

Commit

Permalink
removed precommit from CI due to failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIceman committed Nov 28, 2023
1 parent 5106fd5 commit d7b024c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,7 @@ jobs:
- name: Build
run: cd sequence && go build -v
- name: Test
run: |
set -e
go install github.com/go-critic/go-critic/cmd/gocritic@latest
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/lint/golint@latest
go install github.com/gordonklaus/ineffassign@latest
pip install pre-commit
pre-commit install
pre-commit run --all-files
# go test -v
run: go test -v ./...

#- name: Test
#run: go test -v

0 comments on commit d7b024c

Please sign in to comment.