aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Espinoza <fdns@users.noreply.github.com>2020-10-09 22:52:04 -0300
committerGitHub <noreply@github.com>2020-10-09 22:52:04 -0300
commit76d9b3bf42b00dd1761e079c0307e00081145201 (patch)
treedca29b6c0663c028c0f8fd7e762c7b9595b815a8
parent97f8b67a64b7df5834245a6d4d429c326f3a16fe (diff)
downloadseaweedfs-76d9b3bf42b00dd1761e079c0307e00081145201.tar.xz
seaweedfs-76d9b3bf42b00dd1761e079c0307e00081145201.zip
Run go test on all subfolders
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 00781fcf6..b2948a0b7 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -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 ./...