test(GODT-3205): Report results from nightly integration tests to Testmo

This commit is contained in:
Gjorgji Slamkov
2024-07-16 09:04:27 +00:00
parent fc64dbec59
commit 54c56efdfa
4 changed files with 30 additions and 1 deletions

View File

@ -264,7 +264,8 @@ test-integration-race: gofiles
test-integration-nightly: gofiles
mkdir -p coverage/integration
go test \
gotestsum \
--junitfile tests/result/feature-tests.xml -- \
-v -timeout=90m -p=1 -count=1 -tags=test_integration \
${GOCOVERAGE} \
github.com/ProtonMail/proton-bridge/v3/tests \