Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 4, 2024
1 parent e55d009 commit 2d0b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: cargo install sqlx-cli --no-default-features --features postgres

- name: run database migrations
run: sqlx migrate run
run: cargo sqlx migrate run

- name: run sqlx prepare --check
run: just sqlx-check
Expand Down

0 comments on commit 2d0b903

Please sign in to comment.