Skip to content

Commit c6f3fea

Browse files
committed
run ci with backtrace activated
1 parent f2c5e52 commit c6f3fea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: cargo test
5252
env:
5353
DATABASE_URL: ${{ matrix.database }}://root:[email protected]/sqlpage
54+
RUST_BACKTRACE: 1
5455

5556
windows_test:
5657
runs-on: windows-latest
@@ -59,6 +60,8 @@ jobs:
5960
- name: Set up cargo cache
6061
uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
6162
- run: cargo test
63+
env:
64+
RUST_BACKTRACE: 1
6265
- name: Upload Windows binary
6366
uses: actions/upload-artifact@v4
6467
with:

0 commit comments

Comments
 (0)