diff --git a/.github/workflows/_rust.yml b/.github/workflows/_rust.yml index a57de6e8a..a4b5a14cf 100644 --- a/.github/workflows/_rust.yml +++ b/.github/workflows/_rust.yml @@ -70,7 +70,6 @@ jobs: # # Needed to create tunnel interfaces in unit tests CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: "sudo --preserve-env" - RUST_BACKTRACE: full PROPTEST_VERBOSE: 0 # Otherwise the output is very long. CARGO_PROFILE_TEST_OPT_LEVEL: 1 # Otherwise proptests take forever. name: "cargo test"