Skip to content

Commit

Permalink
Remove broken doctest step
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Feb 17, 2024
1 parent 451034f commit 7ce27e2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,3 @@ jobs:
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run doctests
shell: julia --project=docs --color=yes {0}
run: |
using Documenter: DocMeta, doctest
using CodeSearch
DocMeta.setdocmeta!(CodeSearch, :DocTestSetup, :(using CodeSearch); recursive=true)
doctest(CodeSearch)

0 comments on commit 7ce27e2

Please # to comment.