mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05: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
|
name: Run golangci-lint
|
||||||
command: |
|
command: |
|
||||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
|
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
|
||||||
golangci-lint run --config .golangci.yml
|
golangci-lint run
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
docker:
|
docker:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
run:
|
run:
|
||||||
|
build-tags:
|
||||||
|
- debug
|
||||||
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
|
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
|
||||||
skip-dirs:
|
skip-dirs:
|
||||||
- contrib/
|
- contrib/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue