Skip to content

Commit

Permalink
ci: use cargo run test + enable backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Sep 3, 2024
1 parent 0ced14d commit a30ad3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
PORT: 5000
DATABASE_URL: postgresql://postgres:postgres@localhost/nettuscheduler
RUST_BACKTRACE: 1

steps:
- name: Checkout repository
Expand Down Expand Up @@ -88,4 +89,4 @@ jobs:
- name: Run server tests
run: |
cd scheduler
cargo nextest run --workspace
cargo run test --workspace

0 comments on commit a30ad3a

Please sign in to comment.