Add test gh action

This commit is contained in:
edoardottt
2022-09-04 22:42:21 +02:00
parent fa48eff35e
commit faf73f94da
+3
View File
@@ -20,3 +20,6 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...