소스 검색

[Build] Set RUST_BACKTRACE to 1 for Github Actions

Slava Barinov 1 년 전
부모
커밋
b081d34f61
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/rust.yml

+ 2 - 0
.github/workflows/rust.yml

@@ -52,6 +52,8 @@ jobs:
         with:
           command: test
           args: --release --features monitoring
+        env:
+          RUST_BACKTRACE: 1
 
       - name: Collect test coverage
         uses: actions-rs/tarpaulin@v0.1