Skip to content

Commit

Permalink
update template file
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 9, 2024
1 parent a169328 commit 489179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/test/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ isexamplefile(fn) =
# test examples
examplepath = joinpath(@__DIR__, "..", "examples")
for (root, _, files) in walkdir(examplepath)
contains(root, "setup") && continue
contains(chopprefix(root, @__DIR__), "setup") && continue
for file in filter(isexamplefile, files)
filename = joinpath(root, file)
@eval begin
Expand Down

0 comments on commit 489179f

Please sign in to comment.