Use debug tag

This commit is contained in:
Neil Alexander 2020-09-27 14:11:26 +01:00
parent f64748c9c6
commit 6f824e8405
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@ jobs:
name: Run golangci-lint
command: |
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
golangci-lint run --config .golangci.yml
golangci-lint run
build-linux:
docker:

View file

@ -1,5 +1,7 @@
---
run:
build-tags:
- debug
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
skip-dirs:
- contrib/