mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
test: execute package tests linearly once again
This commit is contained in:
parent
aed2e5865f
commit
0a7aa623b6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ test_race_conditions() {
|
||||||
check_test_ports
|
check_test_ports
|
||||||
|
|
||||||
test_targets=$(go list ./... | grep -v '/vendor/')
|
test_targets=$(go list ./... | grep -v '/vendor/')
|
||||||
env GORACE="history_size=7 halt_on_error=1" go test -v -race $test_targets
|
env GORACE="history_size=7 halt_on_error=1" go test -v -p 1 -race $test_targets
|
||||||
}
|
}
|
||||||
|
|
||||||
# lint_check runs static checks.
|
# lint_check runs static checks.
|
||||||
|
|
Loading…
Add table
Reference in a new issue