Enable backtraces for test failures

This commit is contained in:
Jonas Bushart 2022-05-02 20:41:08 +00:00 committed by GitHub
parent 4018312e96
commit d39b183d8d
1 changed files with 1 additions and 0 deletions

View File

@ -73,5 +73,6 @@ runs:
echo "CARGO_INCREMENTAL=0" >> $GITHUB_ENV
echo "CARGO_PROFILE_DEV_DEBUG=0" >> $GITHUB_ENV
echo "CARGO_TERM_COLOR=always" >> $GITHUB_ENV
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
echo "RUSTFLAGS=-D warnings" >> $GITHUB_ENV
shell: bash