Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Nov 12, 2024
1 parent 0a72450 commit b8c5ddc
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 @@ -36,6 +36,8 @@ jobs:

- name: Create database tables
run: cargo sqlx database create
env:
DATABASE_URL: postgres://devhub_cache_api_rs:password@127.0.0.1:5432/devhub_cache_api_rs

- name: Build the project
run: cargo build --verbose
Expand Down

0 comments on commit b8c5ddc

Please sign in to comment.