Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxx committed Jul 5, 2023
2 parents d60eef8 + bb71e46 commit 42c2d7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.PHONY: build test
#
build:
echo "start build"
go build .
echo "end build"
#
test:

echo "start build"
go build .
go test -v ./...
echo "end build"
#

0 comments on commit 42c2d7d

Please sign in to comment.