diff options
-rw-r--r-- | etc/ci/buildbot_steps.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index df86cee287e..28e0b969bf8 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -87,7 +87,7 @@ linux-rel-nogate: - ./mach clean-cargo-cache --keep 3 --force - ./mach build --release - python ./etc/ci/chaos_monkey_test.py - - RUSTFLAGS= bash ./etc/ci/mutation_test.sh + - env RUSTFLAGS= bash ./etc/ci/mutation_test.sh mac-rel-intermittent: - ./mach clean-nightlies --keep 3 --force |