Browse Source

Run go test on all subfolders

pull/1516/head
Felipe Espinoza 4 years ago
committed by GitHub
parent
commit
76d9b3bf42
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/go.yml

2
.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 ./...
Loading…
Cancel
Save