Skip to content

Commit

Permalink
Update Makefile (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov authored and AskAlexSharov committed Apr 6, 2021
1 parent 9d4561c commit 4988b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ mdbx:
&& CFLAGS_EXTRA="-Wno-deprecated-declarations" make mdbx-static.o

test: mdbx
$(GOTEST)
$(GOTEST) --timeout 15m

test-lmdb:
TEST_DB=lmdb $(GOTEST)
Expand Down

0 comments on commit 4988b49

Please sign in to comment.