Skip to content

Commit

Permalink
ci: add database url env variable for sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
Net-Mist committed Jan 11, 2024
1 parent 19b4488 commit 31ba746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
fmt:
runs-on: ubuntu-latest
env:
- DATABASE_URL: sqlite://${{ github.workspace }}/examples/universe.db
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 31ba746

Please sign in to comment.