remove "check" from make test-all (#1548)

This commit is contained in:
Jacob Gadikian
2023-08-04 21:25:40 +08:00
committed by GitHub
parent dc970c4f34
commit a2373f019d

View File

@@ -125,7 +125,7 @@ distclean: clean
### Testing
test: test-unit
test-all: check test-race test-cover test-system
test-all: test-race test-cover test-system
test-unit:
@VERSION=$(VERSION) go test -mod=readonly -tags='ledger test_ledger_mock' ./...