added unique fields

This commit is contained in:
2026-03-04 10:10:57 +06:00
parent f3f2b7b394
commit 0481cde1c3
8 changed files with 309 additions and 9 deletions

View File

@@ -10,6 +10,12 @@ build:
test:
go test ./tests/... -v
# Запуск тестов с отладкой
# go test -run TestLineDbBasic ./tests/... -v
# make test-single TEST=TestLineDbBasic
test-single:
go test -run $(TEST) ./tests/... -v
# Очистка
clean:
rm -rf testdata