diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 5a9d8b997..43b071b21 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -37,6 +37,7 @@ jobs: only-new-issues: true - name: Build + if: matrix.go != '1.15' # Breaking changes in golang 1.16 cause some unit test files to be invalid. run: make install - name: Run Unit Tests