Explorar o código

[Build] Set RUST_BACKTRACE to 1 for Github Actions

Slava Barinov hai 1 ano
pai
achega
b081d34f61
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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