From a4ce199b1dd07fead3842a4a62cec4505bfd3d65 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 2 Oct 2023 12:53:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AD=90=EF=B8=8F=20run=20provider=20tests=20i?= =?UTF-8?q?n=20pipeline=20(#2035)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-test-lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index b1403be6c5..c4113050ff 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -71,7 +71,11 @@ jobs: restore-keys: | ${{ runner.os }}-go- - - run: make test/go/plain-ci + - name: Test cnquery + run: make test/go/plain-ci + + - name: Test Providers + run: make providers/test - uses: actions/upload-artifact@v3 # upload test results if: success() || failure() # run this step even if previous step failed