Skip to content

Commit

Permalink
fix: attempt build with sqlite:memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamdobhal authored Dec 24, 2024
1 parent 02ea77f commit 13de7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
DATABASE_URL: sqlite:db.sqlite
DATABASE_URL: sqlite:memory

jobs:
build:
Expand Down

0 comments on commit 13de7ad

Please sign in to comment.