Skip to content

Commit

Permalink
chore: Add test-all target
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 26, 2022
1 parent 66ca3f5 commit 64e2aef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ build-windows:
run:
${GO} run . --version

.PHONY: test-all
test-all: test test-release rm-dist test-docker test-vagrant

.PHONY: rm-dist
rm-dist:
rm -rf dist

.PHONY: test
test:
${GO} test -ldflags="-X github.com/twpayne/chezmoi/pkg/chezmoitest.umaskStr=0o022" ./...
Expand Down

0 comments on commit 64e2aef

Please sign in to comment.