1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00

Run go test on all subfolders

This commit is contained in:
Felipe Espinoza 2020-10-09 22:52:04 -03:00 committed by GitHub
parent 97f8b67a64
commit 76d9b3bf42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ./...