Skip to content

Commit be99d19

Browse files
authored
Fix PkgEval (#83)
Reconfigure Aqua after the latest (breaking) release
1 parent 10a3c6f commit be99d19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/aqua.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
using Aqua
2-
Aqua.test_all(SortingAlgorithms)
2+
Aqua.test_all(SortingAlgorithms, deps_compat=false)
3+
# It's okay to use the latest version of test deps:
4+
Aqua.test_deps_compat(SortingAlgorithms, check_extras=false)

0 commit comments

Comments
 (0)