mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
test
This commit is contained in:
parent
60448382c2
commit
41eda23ede
1 changed files with 5 additions and 3 deletions
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -13,10 +13,12 @@ jobs:
|
||||||
# compilation. Put another way: after a successful `cargo build`, `cargo
|
# compilation. Put another way: after a successful `cargo build`, `cargo
|
||||||
# clippy` is guaranteed to produce no results. This bug is known upstream:
|
# clippy` is guaranteed to produce no results. This bug is known upstream:
|
||||||
# https://github.com/rust-lang/rust-clippy/issues/2604.
|
# https://github.com/rust-lang/rust-clippy/issues/2604.
|
||||||
- name: Clippy
|
# - name: Clippy
|
||||||
run: cargo clippy -- --all-targets --all-features -- -D warnings
|
# run: cargo clippy -- --all-targets --all-features -- -D warnings
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
|
run: |
|
||||||
|
rustup toolchain install nightly && rustup component add --toolchain nightly rustfmt
|
||||||
|
cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue