Skip to content

Commit

Permalink
run ci with backtrace activated
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jun 23, 2024
1 parent f2c5e52 commit c6f3fea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: cargo test
env:
DATABASE_URL: ${{ matrix.database }}://root:Password123!@127.0.0.1/sqlpage
RUST_BACKTRACE: 1

windows_test:
runs-on: windows-latest
Expand All @@ -59,6 +60,8 @@ jobs:
- name: Set up cargo cache
uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
- run: cargo test
env:
RUST_BACKTRACE: 1
- name: Upload Windows binary
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c6f3fea

Please sign in to comment.