We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb6fc4 commit 96663c8Copy full SHA for 96663c8
1 file changed
.github/workflows/rust.yml
@@ -367,8 +367,10 @@ jobs:
367
- working-directory: ./sea-orm-sync
368
run: cargo test --test '*' --features tests-features,rusqlite
369
- working-directory: ./sea-orm-sync/examples/quickstart
370
+ name: run quickstart example
371
run: cargo run
372
- working-directory: ./sea-orm-sync/examples/parquet_example
373
+ name: run parquet example
374
375
376
mysql:
0 commit comments