Update workflow
This commit is contained in:
parent
f23a8f9c68
commit
a828c3f7ee
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
args: >
|
args: >
|
||||||
--all
|
--all
|
||||||
|
--exclude 'sea-orm-example-*'
|
||||||
--features default
|
--features default
|
||||||
|
|
||||||
sqlite:
|
sqlite:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sea-orm-sqlx-example"
|
name = "sea-orm-example-sqlx"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user