Browse Source

Merge pull request #1516 from fdns/action-tests

Run go test on gituh actions
pull/1524/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
4a15e9c830
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