Skip to content

Commit

Permalink
ci: set DATABASE_URL in integration-tests-in-container
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Nov 24, 2023
1 parent 6c40bee commit f2b12a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setup-db:

integration-tests-in-container:
DATABASE_URL=postgres://user:password@postgres:5432/pg cargo sqlx migrate run
SQLX_OFFLINE=true cargo nextest run --verbose --locked
DATABASE_URL=postgres://user:password@postgres:5432/pg cargo nextest run --verbose --locked

test-in-ci: start-deps
DATABASE_URL=postgres://user:password@127.0.0.1:5432/pg cargo sqlx migrate run
Expand Down

0 comments on commit f2b12a5

Please sign in to comment.