Skip to content

Commit 27817c5

Browse files
committed
tweak
1 parent b3a9bac commit 27817c5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
test:
44
mkdir -p build
55
go test ./... -v -race -coverprofile=build/coverage.out
6+
7+
.PHONY:
8+
test-update-snapshot:
9+
mkdir -p build
10+
go test ./... -v -race -coverprofile=build/coverage.out -update

cmd/patchr/.snapshot/TestVersionCommand

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
go version: go1.22.4
1+
go version: go1.22.5
22
path: github.com/wreulicke/patchr/cmd/patchr
33
mod: github.com/wreulicke/patchr
44
module version: (devel)
55

6-
go go1.22.4
6+
go go1.22.5
77
path github.com/wreulicke/patchr/cmd/patchr
88
mod github.com/wreulicke/patchr (devel)
99
dep github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
@@ -27,6 +27,7 @@ dep golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
2727
dep gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
2828
build -buildmode=exe
2929
build -compiler=gc
30+
build -race=true
3031
build CGO_ENABLED=1
3132
build CGO_CFLAGS=
3233
build CGO_CPPFLAGS=

0 commit comments

Comments
 (0)