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