Skip to content

Commit

Permalink
Added RUST_BACKTRACE=1 to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Nov 15, 2019
1 parent fd597fc commit c1cb106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
set -e
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
export RUST_BACKTRACE=1
env:
RUSTUP_TOOLCHAIN: stable
displayName: "Install rust (*nix)"
Expand Down

0 comments on commit c1cb106

Please sign in to comment.