Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Feb 7, 2023
1 parent 0c6efc7 commit 693361a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: build and lint with clippy
run: cargo clippy --features azure,datafusion,s3,gcs,glue --tests
- name: Spot-check build for rustls features
- name: Spot-check build for native-tls features
run: cargo clippy --no-default-features --features azure,datafusion,s3-native-tls,gcs,glue-native-tls
- name: Check docs
run: cargo doc --features azure,datafusion,s3,gcs,glue
- name: Check no default features (except native-tls)
- name: Check no default features (except rustls)
run: cargo check --no-default-features --features rustls

test:
Expand Down

0 comments on commit 693361a

Please sign in to comment.