Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Dec 13, 2023
1 parent 0313397 commit 178a540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using PkgHelpers
DocMeta.setdocmeta!(PkgHelpers, :DocTestSetup, :(using PkgHelpers); recursive=true)
doctest(PkgHelpers)'
using Tethers
DocMeta.setdocmeta!(Tethers, :DocTestSetup, :(using Tethers); recursive=true)
doctest(Tethers)'

0 comments on commit 178a540

Please sign in to comment.