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
|
- name: golangci-lint
|
||||||
run: |
|
run: |
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.22.2
|
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:
|
test:
|
||||||
name: Test (go test)
|
name: Test (go test)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue