Updating GHES workflows

This commit is contained in:
GitHub Actions
2020-11-24 21:22:16 +00:00
parent ebc9aa330a
commit c89663c3cf
+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 ./...