aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-08-06 18:56:58 -0400
committerJesse Luehrs <doy@tozt.net>2023-08-06 18:56:58 -0400
commit7a7324934d04bae91faadd4bdcf1471c78014fd3 (patch)
treebea11092f551eb8594735bc14580de757de8e1c7
parent21f81a8531d64d9e52de93f4446e3808be56125e (diff)
downloadpty-process-7a7324934d04bae91faadd4bdcf1471c78014fd3.tar.gz
pty-process-7a7324934d04bae91faadd4bdcf1471c78014fd3.zip
get backtraces in tests
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index d981b19..c02a77b 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -3,6 +3,8 @@ on:
push:
branches: [main]
pull_request: {}
+env:
+ RUST_BACKTRACE: 1
jobs:
build:
runs-on: ubuntu-latest