test: add config, base installer tests

This commit is contained in:
2025-01-14 01:11:32 +02:00
parent 187df75232
commit 154dbd1af0
7 changed files with 205 additions and 6 deletions

View File

@@ -5,3 +5,7 @@ build:
.PHONY: run
run:
./sofmani
.PHONY: test
test:
go test -v ./...