forked from extern/nushell
Merge branch 'finish_plugin_refactor' of github.com:jonathandturner/nushell into finish_plugin_refactor
This commit is contained in:
commit
0e98cf3f1e
@ -42,10 +42,10 @@ steps:
|
||||
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||
rustup component add rustfmt --toolchain "stable"
|
||||
displayName: Install Rust
|
||||
- bash: cargo build --all --all-features && RUSTFLAGS="-D warnings" cargo test --all --all-features
|
||||
- bash: RUSTFLAGS="-D warnings" cargo test --all --all-features
|
||||
condition: eq(variables['style'], 'unflagged')
|
||||
displayName: Run tests
|
||||
- bash: cargo build --all --all-features && NUSHELL_ENABLE_ALL_FLAGS=1 RUSTFLAGS="-D warnings" cargo test --all --all-features
|
||||
- bash: NUSHELL_ENABLE_ALL_FLAGS=1 RUSTFLAGS="-D warnings" cargo test --all --all-features
|
||||
condition: eq(variables['style'], 'canary')
|
||||
displayName: Run tests
|
||||
- bash: cargo fmt --all -- --check
|
||||
|
Loading…
Reference in New Issue
Block a user