diff --git a/azure/i386/test.yml b/azure/i386/test.yml index 9821010f11c..1e2e1d6a1e3 100644 --- a/azure/i386/test.yml +++ b/azure/i386/test.yml @@ -17,6 +17,7 @@ steps: -j$(/usr/bin/nproc) \ -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \ --offline \ + --show-diff \ --show-slow 1000 \ --set-timeout 120 \ ${{ parameters.runTestsParameters }} diff --git a/azure/macos/test.yml b/azure/macos/test.yml index 4eacf86aad0..f139e53e404 100644 --- a/azure/macos/test.yml +++ b/azure/macos/test.yml @@ -13,6 +13,7 @@ steps: -j$(sysctl -n hw.ncpu) \ -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \ --offline \ + --show-diff \ --show-slow 1000 \ --set-timeout 120 \ ${{ parameters.runTestsParameters }} diff --git a/azure/test.yml b/azure/test.yml index 16ffa0fcfa5..4a1f97b7342 100644 --- a/azure/test.yml +++ b/azure/test.yml @@ -18,6 +18,7 @@ steps: -j$(/usr/bin/nproc) \ -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \ --offline \ + --show-diff \ --show-slow 1000 \ --set-timeout 120 \ ${{ parameters.runTestsParameters }}