Implemented basic test functionality

This commit is contained in:
2026-03-16 23:28:25 +02:00
parent f011ef66cf
commit a83fa251a0
2 changed files with 67 additions and 0 deletions

4
test.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
go test ./...