Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 4, 2024
1 parent 66cbc4e commit e55d009
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,12 @@ jobs:
# Make sure the database is actually working
psql "${DOCSRS_DATABASE_URL}"
- name: Build
run: cargo build --workspace --locked
env:
DATABASE_URL: ${{ env.DOCSRS_DATABASE_URL }}

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

- name: install SQLX CLI
run: cargo install sqlx-cli --no-default-features --features postgres

- name: run database migrations
run: sqlx migrate run

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

Expand Down

0 comments on commit e55d009

Please sign in to comment.