mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 06:30:07 +08:00
Run go test on all subfolders
This commit is contained in:
parent
97f8b67a64
commit
76d9b3bf42
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -34,4 +34,4 @@ jobs:
|
||||
run: cd weed; go build -v .
|
||||
|
||||
- name: Test
|
||||
run: cd weed; go test -v .
|
||||
run: cd weed; go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user