feat: Start adding parameterized tests

This commit is contained in:
Felix Pojtinger
2022-01-09 00:19:44 +01:00
parent 31c3502ecb
commit ee84ce55a9
2 changed files with 264 additions and 93 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ $(addprefix run/,$(obj)):
# Test
test:
go test ./...
go test ./... -parallel $(shell nproc)
# Clean
clean: