Merge branch 'main' into patch-1

This commit is contained in:
Andy McKay
2020-11-24 13:23:26 -08:00
committed by GitHub
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
fi
- name: Build
run: go build -v .
run: go build -v ./...
- name: Test
run: go test -v .
run: go test -v ./...