mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* enable backtrace on everything in test library * enable on (disabled) smoke tests
This commit is contained in:
2
.github/workflows/build-smoke-tests.yml
vendored
2
.github/workflows/build-smoke-tests.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- stop-running
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
jobs:
|
||||
node:
|
||||
|
||||
2
.github/workflows/test-on-pr.yml
vendored
2
.github/workflows/test-on-pr.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: test library
|
||||
|
||||
on: pull_request
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
jobs:
|
||||
build-tauri-core:
|
||||
|
||||
Reference in New Issue
Block a user