Skip to content

Commit

Permalink
CI: skip booktests during normal CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Apr 10, 2024
1 parent bb3b31a commit d641147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ function _gather_tests(path::AbstractString; ignore=[])
# this can only run on the main process and not on distributed workers
# so it is included directly in runtests
r"Serialization/IPC(\.jl)?$",
# this is run in a separate CI job
r"book/test.jl$",
]
for i in ignore
if i isa Regex
Expand Down

0 comments on commit d641147

Please sign in to comment.