|
|
@@ -28,6 +28,7 @@ script:
|
|
|
- go test -race -v ./transferstats
|
|
|
- go test -race -v ./server
|
|
|
- go test -race -v ./server/psinet
|
|
|
+- go test -race -v ../Server/logging/analysis
|
|
|
- go test -race -v
|
|
|
- go test -v -covermode=count -coverprofile=common.coverprofile ./common
|
|
|
- go test -v -covermode=count -coverprofile=accesscontrol.coverprofile ./common/accesscontrol
|
|
|
@@ -44,6 +45,7 @@ script:
|
|
|
- go test -v -covermode=count -coverprofile=transferstats.coverprofile ./transferstats
|
|
|
- go test -v -covermode=count -coverprofile=server.coverprofile ./server
|
|
|
- go test -v -covermode=count -coverprofile=psinet.coverprofile ./server/psinet
|
|
|
+- go test -v -covermode=count -coverprofile=analysis.coverprofile ../Server/logging/analysis
|
|
|
- go test -v -covermode=count -coverprofile=psiphon.coverprofile
|
|
|
- go test -v ./memory_test -run TestReconnectTunnel
|
|
|
- go test -v ./memory_test -run TestRestartController
|