feat: Start adding unit tests

This commit is contained in:
Felicitas Pojtinger
2022-01-08 19:40:12 +01:00
parent d80d2a2427
commit c7654dd876
4 changed files with 267 additions and 2 deletions
+6
View File
@@ -12,6 +12,12 @@ jobs:
strategy:
matrix:
target:
- id: test
src: .
os: golang:bullseye
flags: ""
cmd: ./Hydrunfile test
dst: out/*
- id: go
src: .
os: golang:bullseye