Skip to content

Commit

Permalink
fix(ci): remove remaining uses: actions-rs/cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Jul 26, 2024
1 parent b110c29 commit df1e72b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
run: sqlx db setup

- name: Files (Run)
uses: actions-rs/cargo@v1
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/files
run: cargo run -p sqlx-example-postgres-files
Expand All @@ -161,7 +160,6 @@ jobs:
run: sqlx db create

- name: Listen (Run)
uses: actions-rs/cargo@v1
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/listen
run: cargo run -p sqlx-example-postgres-listen
Expand Down

0 comments on commit df1e72b

Please sign in to comment.