Skip to content

Commit

Permalink
allow warnings
Browse files Browse the repository at this point in the history
Change-Id: Ie8018c8d00af719c326f3f1674bc7235e4c87f6a
  • Loading branch information
wangfenjin committed Jun 30, 2021
1 parent 469534e commit 702708f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ignore:
- "libsduckdb-sys/duckdb"
- "libduckdb-sys/duckdb"
coverage:
status:
project:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- run: cargo clippy --all-targets --workspace --features bundled -- -D warnings
- run: cargo clippy --all-targets --workspace --features bundled
# - run: cargo clippy --all-targets --workspace --features bundled -- -D warnings

# Ensure patch is formatted.
fmt:
Expand Down

0 comments on commit 702708f

Please sign in to comment.