Skip to content

Commit

Permalink
Remove --ignored from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Jul 30, 2019
1 parent 55e5623 commit 5866d8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci/azure-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ steps:
# fix the link errors.
- bash: cargo test --features 'deny-warnings curl/force-system-lib-on-osx'
displayName: "cargo test"

# Run any tests that have been marked ignore.
#
# `--include-ignored` is only supported on nightly so far, so we have to call
# this separately for now.
- bash: cargo test --features 'deny-warnings curl/force-system-lib-on-osx' -- --ignored
displayName: "cargo test -- --ignored"

0 comments on commit 5866d8e

Please sign in to comment.