Merge pull request #1516 from fdns/action-tests

Run go test on gituh actions
This commit is contained in:
Chris Lu 2020-10-09 21:36:07 -07:00 committed by GitHub
commit 4a15e9c830
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 ./...