tests: integration tests for third-party packages (#112)

Closes #103
This commit is contained in:
Michael McLoughlin
2020-01-06 22:56:38 -05:00
committed by GitHub
parent 49adad921f
commit 205fc6a3d7
6 changed files with 437 additions and 10 deletions

View File

@@ -73,3 +73,20 @@ jobs:
run: ./script/bootstrap
- name: Lint
run: ./script/lint
thirdparty:
strategy:
matrix:
go-version: [1.13.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v1
- name: Run Third-Party Tests
working-directory: ./tests/thirdparty
run: go test -v -pkgs packages.json