Skip to content

feat: run doctest as part of running tests, which collects doctests from both the package’s doc strings and the package documentation #513

feat: run doctest as part of running tests, which collects doctests from both the package’s doc strings and the package documentation

feat: run doctest as part of running tests, which collects doctests from both the package’s doc strings and the package documentation #513

Workflow file for this run

# This workflow checks and tests the package code, and it builds all package
# artifacts whenever there were changes to a pull request.
name: Check change set
on:
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/_build.yaml
permissions:
contents: read
with:
disable_pip_audit: ${{ vars.DISABLE_PIP_AUDIT == 'true' }}