mirror of
https://github.com/chmln/sd
synced 2024-11-29 06:20:25 +00:00
Remove redundant tests
This commit is contained in:
parent
696847c426
commit
f698df2e4f
1 changed files with 1 additions and 4 deletions
|
@ -52,16 +52,13 @@ jobs:
|
||||||
parameters:
|
parameters:
|
||||||
name: cargo_cross
|
name: cargo_cross
|
||||||
displayName: Cross check and test
|
displayName: Cross check and test
|
||||||
rust_version: stable # You can specify here beta nightly or even 1.31
|
rust_version: stable
|
||||||
test_targets:
|
test_targets:
|
||||||
- x86_64-unknown-linux-gnu
|
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
- x86_64-pc-windows-gnu
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# DEPLOY PART #
|
# DEPLOY PART #
|
||||||
###################
|
###################
|
||||||
# TODO you need to modify git parameters and specify variable in pipeline. See [README.md](https://github.com/xoac/rust-azure-pipelines/blob/master/README.md)
|
|
||||||
|
|
||||||
# Release binary
|
# Release binary
|
||||||
- template: ci/github-release.yml@templates
|
- template: ci/github-release.yml@templates
|
||||||
|
|
Loading…
Reference in a new issue