We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987331f commit c0f9240Copy full SHA for c0f9240
ci/gpu/build.sh
@@ -90,7 +90,7 @@ else
90
SUITEERROR=0
91
92
# run gtests
93
- cd $WORKSPACE/build-librmm
+ cd $WORKSPACE/ci/artifacts/rmm/cpu/conda_work
94
for gt in "build/gtests/*" ; do
95
${gt} --gtest_output=xml:${TESTRESULTS_DIR}/
96
exitcode=$?
0 commit comments