Skip to content

Commit

Permalink
trying to adjust for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmfwolf committed Jul 11, 2023
1 parent c343272 commit 16d0a3b
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 @@
run:
go run './cmd/main.go'
go run './v4/cmd/main.go'

build:
go build './...'
go build './v4/...'

test:
go test -v ./v4/tests/...
Expand Down

0 comments on commit 16d0a3b

Please sign in to comment.