aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-10-09 21:36:07 -0700
committerGitHub <noreply@github.com>2020-10-09 21:36:07 -0700
commit4a15e9c830de1b654515308e5be8380ffa34aefa (patch)
treedca29b6c0663c028c0f8fd7e762c7b9595b815a8
parent97f8b67a64b7df5834245a6d4d429c326f3a16fe (diff)
parent76d9b3bf42b00dd1761e079c0307e00081145201 (diff)
downloadseaweedfs-4a15e9c830de1b654515308e5be8380ffa34aefa.tar.xz
seaweedfs-4a15e9c830de1b654515308e5be8380ffa34aefa.zip
Merge pull request #1516 from fdns/action-tests
Run go test on gituh actions
-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 ./...