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