Skip to content

Commit

Permalink
separated db migration to another step
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin994 committed May 21, 2024
1 parent ab45fda commit b7a6398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
cd backend
cargo build
cargo sqlx prepare
cargo run & cargo test
cargo run &
cargo test

0 comments on commit b7a6398

Please sign in to comment.