Skip to content

Commit a2373f0

Browse files
authored
remove "check" from make test-all (#1548)
1 parent dc970c4 commit a2373f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ distclean: clean
125125
### Testing
126126

127127
test: test-unit
128-
test-all: check test-race test-cover test-system
128+
test-all: test-race test-cover test-system
129129

130130
test-unit:
131131
@VERSION=$(VERSION) go test -mod=readonly -tags='ledger test_ledger_mock' ./...

0 commit comments

Comments
 (0)