Skip to content

Commit

Permalink
this will definitely work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopplerian committed Aug 29, 2023
1 parent 7e1ac88 commit 4f308f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Setup Postgres db
working-directory: ./fang/postgres_migrations
run: diesel migration run --database-url "postgres://postgres:postgres@localhost/fang"
run: diesel setup --database-url "postgres://postgres:postgres@localhost/fang"

- name: Change working dir
working-directory: ./../..
Expand Down

0 comments on commit 4f308f2

Please sign in to comment.