Skip to content

Commit 5e21b48

Browse files
authored
Update ci.yml
1 parent 3dfe34e commit 5e21b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- run: |
6363
julia --project=docs -e '
6464
using Documenter: doctest
65-
using Circuitscape
66-
doctest(Circuitscape)'
65+
using AlgebraicMultigrid
66+
doctest(AlgebraicMultigrid)'
6767
- run: julia --project=docs docs/make.jl
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)