Skip to content

Commit

Permalink
fix(ci): Don't fail codegen checks
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 28, 2021
1 parent 4066d21 commit 83b2804
Show file tree
Hide file tree
Showing 4 changed files with 6,001 additions and 5,997 deletions.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ schedules:
include:
- master
variables:
minrust: 1.49.0
minrust: 1.53.0
codecov_token: $(CODECOV_TOKEN_SECRET)
windows_vm: vs2017-win2016
mac_vm: macos-10.14
Expand Down Expand Up @@ -184,6 +184,10 @@ stages:
vmImage: ${{ variables.linux_vm }}
steps:
- template: install-rust.yml@templates
parameters:
rust: ${{ variables.minrust }}
components:
- rustfmt
- script: |
cargo run --package typos-dict-codegen -- --output crates/typos-dict/src/dict_codegen.rs --check
displayName: Verify typos-dict
Expand Down

0 comments on commit 83b2804

Please sign in to comment.