We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721c65c commit 52665afCopy full SHA for 52665af
.github/workflows/sanitizers.yaml
@@ -52,6 +52,7 @@ jobs:
52
-DENABLE_SIO=ON \
53
-DENABLE_JULIA=ON \
54
-DENABLE_RNTUPLE=ON \
55
+ -DENABLE_DATASOURCE=ON \
56
-G Ninja ..
57
echo "::endgroup::"
58
echo "::group::Build"
tests/CTestCustom.cmake
@@ -53,6 +53,9 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
write_old_data_root
read_new_data_root
+
+ read_with_rdatasource_root
+ read_python_with_rdatasource_root
59
)
60
61
foreach(version in @root_legacy_test_versions@)
0 commit comments