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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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 ./... |