Skip to content

Commit

Permalink
Parameter was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Jul 23, 2019
1 parent 5adca51 commit 037eba7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -3,7 +3,7 @@ stages:
parameters:
minrust: 1.34.0 # integer atomics
codecov_token: $(CODECOV_TOKEN_SECRET)
ci_features: ci
test_features: ci
envs:
ENV_IS_SET: true
setup:
Expand All @@ -14,7 +14,7 @@ stages:
minrust: 1.34.0 # integer atomics
prefix: "nosecret_"
codecov_token: $(DOES_NOT_EXIST)
ci_features: ci
test_features: ci
envs:
ENV_IS_SET: true
setup:
Expand All @@ -24,7 +24,7 @@ stages:
parameters:
minrust: 1.34.0 # integer atomics
benches: true
ci_features: ci
test_features: ci
test_ignored: true
single_threaded: true
nightly_coverage: true
Expand All @@ -40,7 +40,7 @@ stages:
parameters:
minrust: false
prefix: "bin_"
ci_features: ci
test_features: ci
envs:
ENV_IS_SET: true
setup:
Expand Down

0 comments on commit 037eba7

Please sign in to comment.