Skip to content

Commit

Permalink
⭐️ run provider tests in pipeline (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Oct 2, 2023
1 parent ce30f14 commit a4ce199
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4ce199

Please sign in to comment.