Skip to content

Commit

Permalink
Add cross parameter for nightly stages tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Nov 21, 2019
1 parent ceb795f commit 35b9c6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure/nightly-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parameters:
setup: []
test_ignored: false
single_threaded: false
cross: false
check_all_features: true
check_no_features: true
test_features: []
Expand Down Expand Up @@ -41,6 +42,7 @@ stages:
rust: nightly
envs: ${{ parameters.envs }}
setup: ${{ parameters.setup }}
cross: ${{ parameters.cross }}
test_ignored: ${{ parameters.test_ignored }}
single_threaded: ${{ parameters.single_threaded }}
features: ${{ parameters.test_features }}
Expand Down

0 comments on commit 35b9c6a

Please sign in to comment.