Update .github/workflows/go.yaml

This commit is contained in:
phoenix
2025-02-03 00:49:16 +00:00
parent 1640f5da67
commit ef39b2c6f0
+2 -2
View File
@@ -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