Skip to content

Commit

Permalink
tmp: test with verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 15, 2024
1 parent deaff6f commit 14b91c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reinstall: build ## Update installed objectbox-generator
mv objectbox-generator "$(shell which objectbox-generator)"

test: ## Test all targets
go test -timeout 1h ./...
go test -timeout 1h -v ./...

clean: ## Clean previous builds
go clean -cache
Expand Down

0 comments on commit 14b91c3

Please sign in to comment.