summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-02 22:17:32 +0300
committerPaul Buetow <paul@buetow.org>2023-04-02 22:17:32 +0300
commit82486957133f0e0e5227c2c168254b1001b28f03 (patch)
tree7a10ee6f89ada31849acb118dc6299c20dec6186 /Makefile
parent0c6d4ed2e499e3e17165e43803d0d1c6dd0956d9 (diff)
unit tests pass after conversion to generics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3f4ccf..fab5d52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
test:
+ go clean -testcache
go test ./... -v
bench:
go test -run=xxx -bench=. ./... | tee bench.out