Update testing.yaml
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Run-Go-Test:
|
||||
runs-on: golang-alpine
|
||||
runs-on: ubuntu-latest:docker://golang:alpine
|
||||
steps:
|
||||
- run: go version
|
||||
- run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user