Skip to content

Commit cdce55d

Browse files
Using random-100 for faster testing
1 parent 26c01d0 commit cdce55d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-basic-functionality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
poetry run python run.py \
123123
--host localhost \
124124
--engines redis-default-simple \
125-
--datasets glove-25-angular \
126-
--queries 5 \
125+
--datasets random-100 \
126+
--queries 50 \
127127
--skip-upload \
128128
--timeout 180
129129
@@ -132,6 +132,6 @@ jobs:
132132
- name: Cleanup
133133
run: |
134134
echo "Cleaning up test files..."
135-
rm -rf datasets/glove-25-angular/
135+
rm -rf datasets/random-100/
136136
rm -rf results/
137137
echo "✅ Cleanup completed"

0 commit comments

Comments
 (0)