Skip to content

Commit

Permalink
Parentheses are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Jul 16, 2019
1 parent 66a8694 commit 710300e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azure/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
- template: rustfmt.yml
parameters:
name: rustfmt
- ${{ if eq(parameters.smoketests, 'true' }}:
- ${{ if eq(parameters.smoketests, 'true') }}:
- template: rustfmt.yml
parameters:
name: rustfmt_beta
Expand All @@ -14,13 +14,13 @@ jobs:
- template: cargo-clippy.yml
parameters:
name: clippy
- ${{ if eq(parameters.smoketests, 'true' }}:
- ${{ if eq(parameters.smoketests, 'true') }}:
- template: cargo-clippy.yml
parameters:
name: clippy_nowarnings
fail_all: true
allow_fail: true
- ${{ if eq(parameters.smoketests, 'true' }}:
- ${{ if eq(parameters.smoketests, 'true') }}:
- template: cargo-clippy.yml
parameters:
name: clippy_beta
Expand Down
2 changes: 1 addition & 1 deletion azure/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: cargo_test_beta
rust: beta
envs: ${{ parameters.envs }}
- ${{ if eq(parameters.smoketests, 'true' }}:
- ${{ if eq(parameters.smoketests, 'true') }}:
- template: test.yml
parameters:
name: cargo_test_nightly
Expand Down

0 comments on commit 710300e

Please sign in to comment.