Skip to content

Commit

Permalink
add go test to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerinus committed Sep 26, 2022
1 parent 71e4f36 commit 8fcaee0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8fcaee0

Please sign in to comment.