We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d65c90 commit 7cee345Copy full SHA for 7cee345
.github/scripts/ci-test-stdlib.sh
@@ -22,6 +22,8 @@ declare -a tests_to_skip=(
22
"SparseArrays"
23
# Running LinearAlgebra in a separate job
24
"LinearAlgebra"
25
+ # Skipping Distributed tests
26
+ "Distributed"
27
)
28
# These tests need multiple workers.
29
declare -a tests_with_multi_workers=(
0 commit comments