Skip to content

Commit e65ab84

Browse files
committed
Pass test data path
1 parent cb9461b commit e65ab84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-gpu-join.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
for test_exec in test/*; do
142142
if [[ -f "$test_exec" && -x "$test_exec" ]]; then
143143
echo "--- Running ${test_exec} ---"
144-
"$test_exec"
144+
GPUSPATIAL_TEST_DIR=$GPUSPATIAL_TEST_DIR "$test_exec"
145145
fi
146146
done
147147

0 commit comments

Comments
 (0)