Skip to content

Commit

Permalink
Set persistent_tasks to false for Aqua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dscolby committed Jun 15, 2024
1 parent 8239a8d commit 2b298d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
LinearAlgebra = "1.7"
Random = "1.7"
julia = "1.7"
Aqua = "0.8.7"
Aqua = "0.8"
DataFrames = "1.5"
Documenter = "1.2"
Test = "1.7"
Expand Down
2 changes: 1 addition & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using Aqua

Aqua.test_all(CausalELM)
Aqua.test_all(CausalELM, persistent_tasks=false)

0 comments on commit 2b298d1

Please sign in to comment.