From 40577525de2a01ca0b21a5d88757295ae7735580 Mon Sep 17 00:00:00 2001 From: ewy Date: Sun, 14 Jun 2026 17:50:45 +0200 Subject: enable multiline for make regex so we can find multiple make targets (lol) --- .pik/unittest.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .pik/unittest.sh (limited to '.pik/unittest.sh') diff --git a/.pik/unittest.sh b/.pik/unittest.sh new file mode 100644 index 0000000..8d105ed --- /dev/null +++ b/.pik/unittest.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +go test -tags test -v ./... -- cgit v1.3.1