Skip to content

Commit

Permalink
sqlx database setup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 10, 2024
1 parent 7bf8396 commit bc0c40a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
postgres:
image: postgres
env:
#POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: underway
Expand All @@ -85,7 +84,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run lib tests
run: |
cargo sqlx database create
cargo sqlx database setup
cargo test --workspace --all-features --lib
cargo tarpaulin --workspace --all-features --lib -olcov
- name: Upload coverage data to Codecov
Expand Down

0 comments on commit bc0c40a

Please sign in to comment.