finish index feature
This commit is contained in:
7
tests/run_partitioned.sh
Executable file
7
tests/run_partitioned.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Запуск тестов для партиционированных коллекций
|
||||
set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
echo "=== Тесты партиционированных коллекций ==="
|
||||
go test -v ./tests/partitioned/... -count=1
|
||||
echo "=== OK ==="
|
||||
Reference in New Issue
Block a user