Skip to content

Commit

Permalink
feat: enable cors (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerium1918 authored Mar 8, 2024
1 parent 081d2e8 commit 4abffbd
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 311 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ jobs:
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
run: sqlx migrate run

- uses: actions-rs/cargo@v1
env:
SQLX_OFFLINE: true
with:
command: test

- name: Build and push
uses: docker/build-push-action@v4
Expand Down
Loading

0 comments on commit 4abffbd

Please sign in to comment.