Logo
Explore Help
Register Sign In
kairos/luet
1
0
Fork 0
You've already forked luet
mirror of https://github.com/mudler/luet.git synced 2025-09-25 14:38:50 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4d60795fdcfee6fed6b87b51ca1e79e159fbb89a
luet/vendor/gopkg.in/ini.v1/Makefile

16 lines
239 B
Makefile
Raw Normal View History

Update vendor
2020-06-12 17:58:13 +02:00
.PHONY: build test bench vet coverage
build: vet bench
test:
go test -v -cover -race
bench:
Use goreleaser to build and release (#244) Instead of using gox on one side and an action to release, we can merge them together with goreleaser which will build for extra targets (arm, mips if needed in the future) and it also takes care of creating checksums, a source archive, and a changelog and creating a release with all the artifacts. All binaries should respect the old naming convention, so any scripts out there should still work. Signed-off-by: Itxaka <igarcia@suse.com>
2021-08-11 08:30:55 +02:00
go test -v -cover -test.bench=. -test.benchmem
Update vendor
2020-06-12 17:58:13 +02:00
vet:
go vet
coverage:
go test -coverprofile=c.out && go tool cover -html=c.out && rm c.out
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 806ms Template: 89ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API