Skip to content

Commit f87c593

Browse files
authored
Remove doctests as separate CI step
When building docs, the call to `makedocs()` in docs/make.jl automatically takes care of it Signed-off-by: abhro <[email protected]>
1 parent 51258e6 commit f87c593

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,3 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
51-
- name: Run doctests
52-
shell: julia --project=docs --color=yes {0}
53-
run: |
54-
using Documenter: DocMeta, doctest
55-
using GreenFunc
56-
DocMeta.setdocmeta!(GreenFunc, :DocTestSetup, :(using GreenFunc); recursive=true)
57-
doctest(GreenFunc)

0 commit comments

Comments
 (0)