Update .github/workflows/go.yaml
This commit is contained in:
@@ -19,10 +19,10 @@ jobs:
|
|||||||
go-version: 'stable' # You can specify a specific version or 'stable'
|
go-version: 'stable' # You can specify a specific version or 'stable'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v./...
|
run: go build -v ./...
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v./...
|
run: go test -v ./...
|
||||||
|
|
||||||
- name: Run gofmt (optional)
|
- name: Run gofmt (optional)
|
||||||
# Uncomment to check code formatting with gofmt
|
# Uncomment to check code formatting with gofmt
|
||||||
|
|||||||
Reference in New Issue
Block a user