Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Frixxie committed Apr 8, 2024
1 parent c2a98a6 commit 6fac983
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 @@ -14,8 +14,8 @@ test: build docker_db_up
docker compose -f docker-compose-test.yaml down

integration_test:
cargo install sqlx-cli hurl
docker compose up --build --wait
cargo install sqlx-cli hurl
sqlx migrate run --source backend/migrations
hurl -v backend/backend.hurl
docker compose down
Expand Down

0 comments on commit 6fac983

Please sign in to comment.