Add test foundations (#14)

This commit is contained in:
Malachi Soord
2021-06-08 14:13:22 +02:00
committed by GitHub
parent c9f97d42bf
commit e611bf2ac4
3 changed files with 22 additions and 1 deletions
+3
View File
@@ -24,3 +24,6 @@ build:
clean:
rm -rf ${BUILD_DIR}
go clean
test:
go test -tags=unit -timeout=600s -v ./...