summaryrefslogtreecommitdiff
path: root/.pik
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-14 17:50:45 +0200
committerewy <ewy0@protonmail.com>2026-06-14 17:50:45 +0200
commit40577525de2a01ca0b21a5d88757295ae7735580 (patch)
tree5b7bd7d3884e1524517f36913ca18ac3a5a4ae0e /.pik
parentfc9d57a500e522ce254f34681c67c6b2f3300cd8 (diff)
enable multiline for make regex so we can find multiple make targets (lol)
Diffstat (limited to '.pik')
-rw-r--r--.pik/test.sh2
-rw-r--r--.pik/unittest.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/.pik/test.sh b/.pik/test.sh
index ac4945f..d5a99a6 100644
--- a/.pik/test.sh
+++ b/.pik/test.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
-go test -tags test -v ./...
+bash .pik/unittest.sh
bash .pik/integrations.sh \ No newline at end of file
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 ./...