@@ -274,6 +274,7 @@ jobs:
274274 timeout-minutes : 60
275275 env :
276276 CARGO_TARGET_DIR : ${{ github.workspace }}/target
277+ RUST_BACKTRACE : full
277278 steps :
278279 - name : Find Git ref
279280 env :
@@ -329,6 +330,7 @@ jobs:
329330 runs-on : spacetimedb-new-runner-2
330331 env :
331332 CARGO_TARGET_DIR : ${{ github.workspace }}/target
333+ RUST_BACKTRACE : full
332334 steps :
333335 - name : Checkout sources
334336 uses : actions/checkout@v3
@@ -368,6 +370,7 @@ jobs:
368370 runs-on : spacetimedb-new-runner-2
369371 env :
370372 CARGO_TARGET_DIR : ${{ github.workspace }}/target
373+ RUST_BACKTRACE : full
371374 steps :
372375 - uses : actions/checkout@v3
373376
@@ -392,6 +395,8 @@ jobs:
392395 name : Check that packages are publishable
393396 runs-on : spacetimedb-new-runner-2
394397 permissions : read-all
398+ env :
399+ RUST_BACKTRACE : full
395400 steps :
396401 - uses : actions/checkout@v3
397402 - uses : dsherret/rust-toolchain-file@v1
@@ -411,6 +416,8 @@ jobs:
411416 - { target: aarch64-apple-darwin, runner: macos-latest }
412417 - { target: x86_64-pc-windows-msvc, runner: windows-latest }
413418 runs-on : ${{ matrix.runner }}
419+ env :
420+ RUST_BACKTRACE : full
414421 steps :
415422 - name : Checkout
416423 uses : actions/checkout@v3
@@ -455,6 +462,8 @@ jobs:
455462 # Run as root because otherwise we get permission denied for various directories inside the container. I tried doing dances to allow it to run
456463 # without this (reassigning env vars and stuff), but was unable to get it to work and it felt like an uphill battle.
457464 options : --user 0:0
465+ env :
466+ RUST_BACKTRACE : full
458467 steps :
459468 # Uncomment this before merging so that it will run properly if run manually through the GH actions flow. It was playing weird with rolled back
460469 # commits though.
@@ -527,6 +536,8 @@ jobs:
527536 ci_command_docs :
528537 name : Check CI command docs
529538 runs-on : spacetimedb-new-runner-2
539+ env :
540+ RUST_BACKTRACE : full
530541 steps :
531542 - name : Find Git ref
532543 env :
@@ -559,6 +570,7 @@ jobs:
559570 runs-on : spacetimedb-new-runner-2
560571 env :
561572 CARGO_TARGET_DIR : ${{ github.workspace }}/target
573+ RUST_BACKTRACE : full
562574 steps :
563575 - name : Find Git ref
564576 env :
@@ -629,6 +641,7 @@ jobs:
629641 timeout-minutes : 30
630642 env :
631643 CARGO_TARGET_DIR : ${{ github.workspace }}/target
644+ RUST_BACKTRACE : full
632645 steps :
633646 - name : Checkout repository
634647 id : checkout-stdb
@@ -768,6 +781,7 @@ jobs:
768781 timeout-minutes : 30
769782 env :
770783 CARGO_TARGET_DIR : ${{ github.workspace }}/target
784+ RUST_BACKTRACE : full
771785 steps :
772786 - name : Checkout repository
773787 id : checkout-stdb
@@ -891,6 +905,7 @@ jobs:
891905 contents : read
892906 runs-on : ubuntu-latest
893907 env :
908+ RUST_BACKTRACE : full
894909 TARGET_OWNER : clockworklabs
895910 TARGET_REPO : SpacetimeDBPrivate
896911 steps :
@@ -1016,6 +1031,8 @@ jobs:
10161031 runs-on : ubuntu-latest
10171032 permissions :
10181033 contents : read
1034+ env :
1035+ RUST_BACKTRACE : full
10191036 steps :
10201037 - name : Find Git ref
10211038 env :
@@ -1055,6 +1072,7 @@ jobs:
10551072 contents : read
10561073 env :
10571074 CARGO_TARGET_DIR : ${{ github.workspace }}/target
1075+ RUST_BACKTRACE : full
10581076 steps :
10591077 - name : Find Git ref
10601078 env :
@@ -1107,6 +1125,8 @@ jobs:
11071125 docs-build :
11081126 name : Docs build
11091127 runs-on : spacetimedb-new-runner-2
1128+ env :
1129+ RUST_BACKTRACE : full
11101130 steps :
11111131 - name : Checkout repository
11121132 uses : actions/checkout@v3
@@ -1144,6 +1164,8 @@ jobs:
11441164 typescript-test :
11451165 name : TypeScript - Tests
11461166 runs-on : spacetimedb-new-runner-2
1167+ env :
1168+ RUST_BACKTRACE : full
11471169 steps :
11481170 - name : Checkout repository
11491171 uses : actions/checkout@v4
@@ -1254,6 +1276,8 @@ jobs:
12541276
12551277 version_upgrade_check :
12561278 runs-on : spacetimedb-new-runner-2
1279+ env :
1280+ RUST_BACKTRACE : full
12571281 steps :
12581282 - name : Checkout
12591283 uses : actions/checkout@v3
0 commit comments