Skip to content

Commit

Permalink
ci: add DATABASE_NAME env var to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
koskeller committed Feb 19, 2024
1 parent ed83c87 commit 552984b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
PORT: 8080
APP_ENVIRONMENT: development
DATABASE_POOL_MAX_SIZE: 50
DATABASE_NAME: example

- name: Build
run: cargo build --release
Expand Down

0 comments on commit 552984b

Please sign in to comment.