aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/justfile b/justfile
index 077e7b2..cebdd7a 100644
--- a/justfile
+++ b/justfile
@@ -7,8 +7,10 @@ install:
install bumpver $HOME/.local/bin
test:
+ mkdir -p testdata
+ yamlfmt -lint .
golangci-lint run
- go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./...
+ TMPDIR=$PWD/testdata go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./...
go tool cover -func={{ TEMPDIR }}/testcover.out
release part: build