Re-enable loco-rs examples
This commit is contained in:
parent
d13e2c8e23
commit
1d08ea376d
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -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,
|
||||
|
@ -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" }
|
||||
|
@ -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" }
|
||||
|
@ -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" }
|
||||
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user