mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Actually check rustfmt in CI
The previous incantation was simply *never* running rustfmt in CI, rather than only running rustfmt on the nightly build.
This commit is contained in:
parent
391a54b5a3
commit
bc97543df3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ script:
|
|||
- travis-cargo clippy -- --all-targets --all-features -- -D warnings
|
||||
- travis-cargo build
|
||||
- travis-cargo test
|
||||
- travis-cargo --only nightly fmt -- -- --check --config-path <(echo 'license_template_path = "HEADER"')
|
||||
- cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
|
||||
|
||||
after_success:
|
||||
- cargo coveralls --verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue