mirror of https://github.com/status-im/consul.git
ci: go-test-race more packages
This commit is contained in:
parent
57a7057067
commit
1eefd41882
|
@ -243,8 +243,9 @@ jobs:
|
||||||
--junitfile $TEST_RESULTS_DIR/gotestsum-report.xml -- \
|
--junitfile $TEST_RESULTS_DIR/gotestsum-report.xml -- \
|
||||||
-tags="$GOTAGS" -p 2 \
|
-tags="$GOTAGS" -p 2 \
|
||||||
-race -gcflags=all=-d=checkptr=0 \
|
-race -gcflags=all=-d=checkptr=0 \
|
||||||
./agent/{ae,cache,checks,config,pool,proxycfg,router} \
|
./agent/{ae,cache,cache-types,checks,config,pool,proxycfg,router}/... \
|
||||||
./agent/consul/{authmethod/...,autopilot,fsm,state,stream} \
|
./agent/consul/{authmethod,autopilot,fsm,state,stream}/... \
|
||||||
|
./agent/{grpc,rpc,rpcclient,submatview}/... \
|
||||||
./snapshot
|
./snapshot
|
||||||
|
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
|
|
Loading…
Reference in New Issue