diff --git a/.ci/linux/test.sh b/.ci/linux/test.sh index 79af299dc..378897b6d 100755 --- a/.ci/linux/test.sh +++ b/.ci/linux/test.sh @@ -10,6 +10,7 @@ set -euxo pipefail # Run tests for all solution dotnet test ElasticApmAgent.sln \ + -nodereuse:false \ --verbosity normal \ --results-directory target \ --diag "target/diag-ElasticApmAgent.log" \