chore: test build

main
sudo pacman -Syu 2023-02-25 23:24:26 +07:00
parent 7e15ede944
commit 83f681f2a0
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@ all:
$(MAKE) test-color
$(MAKE) lint
$(MAKE) format
$(MAKE) build
$(MAKE) clean
test:
go test -race -failfast ./...
@ -36,4 +38,8 @@ format:
shfmt -w ./scripts
build:
$(MAKE) clean
go build ./cmd/dot
clean:
rm -rf dot