mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 23:25:35 +07:00
add go test to goreleaser
This commit is contained in:
parent
71e4f36c42
commit
8fcaee063d
@ -3,8 +3,8 @@
|
||||
project_name: casaos-user-service
|
||||
before:
|
||||
hooks:
|
||||
# You may remove this if you don't use go modules.
|
||||
- go mod tidy
|
||||
- go test -v ./...
|
||||
builds:
|
||||
- id: casaos-user-service-amd64
|
||||
binary: build/sysroot/usr/bin/casaos-user-service
|
||||
@ -131,15 +131,15 @@ archives:
|
||||
files:
|
||||
- build/sysroot/etc/**/*
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
name_template: "{{ incpatch .Version }}-snapshot"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- '^docs:'
|
||||
- '^test:'
|
||||
- "^docs:"
|
||||
- "^test:"
|
||||
release:
|
||||
github:
|
||||
owner: IceWhaleTech
|
||||
|
Loading…
Reference in New Issue
Block a user