We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51258e6 commit f87c593Copy full SHA for f87c593
.github/workflows/CI.yml
@@ -48,10 +48,3 @@ jobs:
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
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