summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90b0753..a64b72b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ cli:
docs:
mkdocs build -f docs/mkdocs.yml
+docs-mermaid:
+ find docs/md -iname "*.mmd" -exec mmdc -t neutral -b transparent -i {} -o {}.svg \;
+
test:
go test -tags=cgotesting -race -v ./...