Skip to content

Commit

Permalink
run pure Go tests with make test
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Sep 20, 2024
1 parent 368417d commit fefc5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ endif

all: lint test

#? test: Run memdb and pebbledb tests
#? test: Run pure Go tests only
test:
@echo "--> Running go test"
@go test $(PACKAGES)
@go test $(PACKAGES) -tags goleveldb,boltdb,badgerdb
.PHONY: test

#? test-goleveldb: Run goleveldb tests
Expand Down

0 comments on commit fefc5b2

Please sign in to comment.