nostrdb/test: disable migrate for now
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
f7cdc7bc31
commit
4c55459c1f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user