Skip to content

Commit

Permalink
Disable persistent tasks in code quality tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Oct 13, 2024
1 parent bd401ee commit 5545cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Random.seed!(SEED)
ambiguities=false,
piracies=false,
stale_deps=false,
project_extras=false
project_extras=false,
persistent_tasks=false
)
end
end
Expand Down

0 comments on commit 5545cf2

Please sign in to comment.