add full tag on build
This commit is contained in:
parent
cbfa0658eb
commit
4ebef96a50
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
args: --timeout=60m -E gofmt --verbose --print-resources-usage
|
||||
args: --timeout=60m -E gofmt --verbose --print-resources-usage --build-tags full
|
||||
env:
|
||||
GOGC: "10"
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
working-directory: crypto/ssh
|
||||
|
||||
- name: Test sshpiper
|
||||
run: go test -v -race -cover ./...
|
||||
run: go test -v -race -cover -tags full ./...
|
||||
|
||||
- name: create release
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue