|
|
|
@ -18,8 +18,8 @@ steps:
|
|
|
|
|
cargo -V
|
|
|
|
|
displayName: Query rust and cargo versions
|
|
|
|
|
|
|
|
|
|
- script : cargo build --features "sqlite"
|
|
|
|
|
displayName: 'Build project with sqlite backend'
|
|
|
|
|
- script : cargo test --features "sqlite"
|
|
|
|
|
displayName: 'Test project with sqlite backend'
|
|
|
|
|
|
|
|
|
|
- script : cargo build --features "mysql"
|
|
|
|
|
displayName: 'Build project with mysql backend'
|
|
|
|
|
- script : cargo test --features "mysql"
|
|
|
|
|
displayName: 'Test project with mysql backend'
|
|
|
|
|