This commit is contained in:
2019-09-18 00:51:23 +02:00
parent 35c2457ec1
commit d4e8f34b0f

View File

@@ -12,8 +12,13 @@ jobs:
uses: actions/setup-go@v1.0.0
with:
go-version: '1.13' # The Go version to download (if necessary) and use.
- name: Check out code
uses: actions/checkout@v1
- name: Building
run: go build .
- name: Testing
run: go test ./...