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

* enable backtrace on everything in test library

* enable on (disabled) smoke tests
This commit is contained in:
Jacob Bolda
2020-06-17 14:30:41 -05:00
committed by GitHub
parent d3c53ebf30
commit 00f311a42c
2 changed files with 4 additions and 0 deletions

View File

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

View File

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