Skip to content

Commit

Permalink
update pipleine for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc authored and athre0z committed Jun 28, 2019
1 parent afa4d13 commit e006b7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@ steps:
### Build color-backtrace.

- script: |
cargo build
cargo build --features=failure-bt
displayName: 'Building color-backtrace'

### Test color-backtrace

- script: |
cargo test --features=failure-bt
displayName: 'Testing color-backtrace'

0 comments on commit e006b7e

Please sign in to comment.