Skip to content

Commit

Permalink
🐛 build for CI stand
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Sep 16, 2023
1 parent b829f62 commit d2760c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build:
go build -o cmd/api/file-server cmd/api/main.go
go build -v cmd/api

run:
cd cmd/api; ./rundev.sh

test:
go test ./... -coverpkg=./...
go test -v ./... -coverpkg=./...

0 comments on commit d2760c3

Please sign in to comment.