mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Use debug tag
This commit is contained in:
parent
f64748c9c6
commit
6f824e8405
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue