chore(CI): Fix code-gen verification

This commit is contained in:
Ed Page 2019-10-25 07:47:10 -06:00
parent 1c56aa6883
commit a859cee1eb

View file

@ -25,7 +25,7 @@ stages:
steps: steps:
- template: azure/install-rust.yml@templates - template: azure/install-rust.yml@templates
- script: | - script: |
cargo run --package typos-codegen -- --output typos-dict/src/dict_codegen.rs --check cargo run --package typos-codegen -- --input typos-dict/assets/words.csv --output typos-dict/src/dict_codegen.rs --check
displayName: Verify Code-gen displayName: Verify Code-gen
- stage: committed - stage: committed
displayName: Lint History displayName: Lint History