Skip to content

Commit

Permalink
Fixed db setup
Browse files Browse the repository at this point in the history
  • Loading branch information
raduciobanu22 committed Sep 6, 2023
1 parent eb58319 commit c694f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: cargo install diesel_cli --no-default-features --features postgres
- name: Create Test DBs
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432
DATABASE_URL: postgres://postgres:postgres@localhost:5432/bento_test
run: |
diesel database create
diesel database setup
diesel migration run
- name: cargo test --locked
run: cargo test --locked --all-features --all-targets
Expand Down

0 comments on commit c694f3d

Please sign in to comment.