Skip to content

Commit

Permalink
Disable nodereuse on linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Jan 7, 2021
1 parent 3585b9b commit a3125c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/linux/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit a3125c7

Please sign in to comment.