diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-16 23:31:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-16 23:31:14 +0300 |
| commit | ae12f7882c03c201732501df18e98a9772be9c71 (patch) | |
| tree | 5580625d7e60fdc60762f73ea5d95d861878f8b4 /Makefile | |
| parent | cd289eb0d978297b1e331da202eee09ca4c1290c (diff) | |
ore
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ test_specific: .PHONY: test_foo test_foo: $(GO) clean -testcache - $(GO) test ./internal/types -v + $(GO) test ./internal/ -v .PHONY: bench bench: |
