Skip to content

Commit

Permalink
ci(fix): include database in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonribble committed Jul 25, 2024
1 parent 312c293 commit b34908b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Run integration
run: cargo test --test integration
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

test:
name: Commit Tests
Expand Down

0 comments on commit b34908b

Please sign in to comment.