Update ci.yml
This commit is contained in:
parent
248b9c1781
commit
bb7f567edb
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -27,8 +27,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.22.2
|
||||
cd src
|
||||
../bin/golangci-lint run -v ./...
|
||||
./bin/golangci-lint run -v ./...
|
||||
|
||||
test:
|
||||
name: Test (go test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue