Skip to content

Commit

Permalink
Call doctests from DevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Oct 31, 2024
1 parent bbb67ea commit 790c83a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:
name: Tests with updated dependencies
uses: AstarVienna/DevOps/.github/workflows/updated_tests.yml@main
secrets: inherit

call-doctests:
name: Docstrings tests
uses: AstarVienna/DevOps/.github/workflows/docstring_tests.yml@main
secrets: inherit

0 comments on commit 790c83a

Please sign in to comment.