File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 - name : Install sqlx
5454 run : cargo install sqlx-cli --no-default-features --features postgres
5555 - name : Run the test sqlx migrations
56- run : cargo sqlx migrate run --source crates/migrations
56+ run : cargo sqlx migrate run
5757 - name : Check that the sqlx prepared query metadata is up-to-date
5858 run : cargo sqlx prepare --workspace --check -- --all-targets --all-features
5959
@@ -124,7 +124,7 @@ jobs:
124124 - name : Install sqlx
125125 run : cargo install sqlx-cli --no-default-features --features postgres
126126 - name : Run the test sqlx migrations
127- run : cargo sqlx migrate run --source crates/migrations
127+ run : cargo sqlx migrate run
128128 - name : Run tests and generate coverage report
129129 run : cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
130130 - name : Upload coverage to Coveralls
@@ -172,6 +172,6 @@ jobs:
172172 - name : Install sqlx
173173 run : cargo install sqlx-cli --no-default-features --features postgres
174174 - name : Run the test sqlx migrations
175- run : cargo sqlx migrate run --source crates/migrations
175+ run : cargo sqlx migrate run
176176 - name : Test documentation code snippets
177177 run : cargo test --doc --all-features --workspace
You can’t perform that action at this time.
0 commit comments