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