damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 4c55459c1f23e128bc0ee27952b0889ef2ce5168
parent f7cdc7bc31808df036c680cbee5d5536dc0ae5a2
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 23 Dec 2023 13:19:12 -0800

nostrdb/test: disable migrate for now

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnostrdb/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nostrdb/Makefile b/nostrdb/Makefile @@ -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