Browse Source

Run all test on commit

pull/1517/head
Felipe Espinoza 5 years ago
committed by GitHub
parent
commit
8291c46d3e
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: go test -v ./...
Loading…
Cancel
Save