Update ci.yml

This commit is contained in:
Brad Van Vugt 2020-01-01 17:43:46 -08:00 committed by GitHub
parent 248b9c1781
commit bb7f567edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)