Skip to content

Commit

Permalink
try caching and restoring cargo and sqlx binary
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Oct 31, 2024
1 parent 5d746bf commit a884118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ jobs:
docker compose logs -f &
sleep 10
cd api
cargo install sqlx-cli --version 0.7.3 --no-default-features --features native-tls,postgres --locked --quiet
sqlx database create
sqlx migrate run
- name: Run container
Expand Down

0 comments on commit a884118

Please sign in to comment.