Browse Source

[Build] Set RUST_BACKTRACE to 1 for Github Actions

Slava Barinov 1 năm trước cách đây
mục cha
commit
b081d34f61
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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