ci: go-test-race more packages

This commit is contained in:
Daniel Nephin 2020-10-08 19:14:22 -04:00
parent 57a7057067
commit 1eefd41882
1 changed files with 3 additions and 2 deletions

View File

@ -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: