1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

improve documentation of diesel example

This commit is contained in:
Rob Ede
2023-03-14 02:33:45 +00:00
parent 6571dfef82
commit fd7d4c8a23
5 changed files with 104 additions and 59 deletions

View File

@ -66,5 +66,5 @@ jobs:
cd databases/diesel
diesel migration run
chmod a+rwx test.db
cargo test -p=diesel-example --all-features --no-fail-fast -- --nocapture
cargo test -p=diesel-example --no-fail-fast -- --nocapture
timeout-minutes: 10