Re-enable loco-rs examples

This commit is contained in:
Billy Chan 2024-10-15 14:51:23 +08:00
parent d13e2c8e23
commit 1d08ea376d
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279
5 changed files with 4 additions and 8 deletions

View File

@ -239,12 +239,12 @@ jobs:
examples/basic,
examples/graphql_example,
examples/jsonrpsee_example,
# examples/loco_example,
# examples/loco_starter,
# examples/loco_seaography,
examples/loco_example,
examples/loco_starter,
examples/loco_seaography,
examples/poem_example,
examples/proxy_gluesql_example,
# examples/react_admin,
examples/react_admin,
examples/rocket_example,
examples/rocket_okapi_example,
examples/salvo_example,

View File

@ -49,4 +49,3 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io]
sea-orm = { path = "../../" }
sea-orm-migration = { path = "../../sea-orm-migration" }
loco-rs = { git = "https://github.com/billy1624/loco" }

View File

@ -56,4 +56,3 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io]
sea-orm = { path = "../../" }
sea-orm-migration = { path = "../../sea-orm-migration" }
loco-rs = { git = "https://github.com/billy1624/loco" }

View File

@ -50,4 +50,3 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io]
sea-orm = { path = "../../" }
sea-orm-migration = { path = "../../sea-orm-migration" }
loco-rs = { git = "https://github.com/billy1624/loco" }

View File

@ -56,4 +56,3 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
[patch.crates-io]
sea-orm = { path = "../../../" }
sea-orm-migration = { path = "../../../sea-orm-migration" }
loco-rs = { git = "https://github.com/billy1624/loco" }