Updating GHES workflows

This commit is contained in:
GitHub Actions
2020-11-25 18:16:14 +00:00
parent efc30081fa
commit 263c7fa53e
15 changed files with 26 additions and 957 deletions
+3 -2
View File
@@ -17,6 +17,7 @@ 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
@@ -30,7 +31,7 @@ jobs:
fi
- name: Build
run: go build -v ./...
run: go build -v .
- name: Test
run: go test -v ./...
run: go test -v .