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'
|
||||
|
||||
- name: Build
|
||||
run: go build -v./...
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -v./...
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Run gofmt (optional)
|
||||
# Uncomment to check code formatting with gofmt
|
||||
|
||||
Reference in New Issue
Block a user