Browse Source

Check out first before running tests

gofuzz^2
negbie 6 years ago
parent
commit
440665576e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/test.yml

+ 2
- 0
.github/workflows/test.yml View File

@ -8,5 +8,7 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@master
- name: Test
run: go test $(go list ./... | grep -Ev 'dialog|example|fone|util')

Loading…
Cancel
Save