Merge pull request #720 from ostaebler/go_build_all

Build/Test all go packages
This commit is contained in:
Andy McKay
2020-11-24 13:21:49 -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 ./...