mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Merge pull request #1516 from fdns/action-tests
Run go test on gituh actions
This commit is contained in:
commit
4a15e9c830
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 a new issue