nostrdb/test: disable migrate for now

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2023-12-23 13:19:12 -08:00
committed by Daniel D’Aquino
parent f7cdc7bc31
commit 4c55459c1f

View File

@@ -32,10 +32,10 @@ ndb: ndb.c $(DEPS)
bindings: bindings-swift bindings-rust bindings-c
check: test $(CHECKDATA)
check: test
rm -rf testdata/db/*.mdb
./test
rm -rf testdata/db/*.mdb
./test || rm -rf testdata/db/v0
rm -rf testdata/db/v0
clean:
rm -rf test bench bench-ingest bench-ingest-many