Browse Source

chore: rustbacktrace on [#663] (#687)

* enable backtrace on everything in test library

* enable on (disabled) smoke tests
Jacob Bolda 5 years ago
parent
commit
00f311a42c
2 changed files with 4 additions and 0 deletions
  1. 2 0
      .github/workflows/build-smoke-tests.yml
  2. 2 0
      .github/workflows/test-on-pr.yml

+ 2 - 0
.github/workflows/build-smoke-tests.yml

@@ -4,6 +4,8 @@ on:
   push:
     branches:
       - stop-running
+env:
+  RUST_BACKTRACE: 1
 
 jobs:
   node:

+ 2 - 0
.github/workflows/test-on-pr.yml

@@ -1,6 +1,8 @@
 name: test library
 
 on: pull_request
+env:
+  RUST_BACKTRACE: 1
 
 jobs:
   build-tauri-core: