Updating GHES workflows

This commit is contained in:
GitHub Actions
2020-11-30 17:02:58 +00:00
parent 3860b7d860
commit 0b4494c105
16 changed files with 958 additions and 27 deletions
+2 -3
View File
@@ -17,7 +17,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ^1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
@@ -31,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 ./...