Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- '!docker/**'
- '!docker_scylla/**'
- '!configuration/**'
- '!kubernetes/**'
- '!CONTRIBUTING.md'
- '!INSTALL.md'
- '!docs/**'
Expand Down Expand Up @@ -545,7 +544,6 @@ jobs:
- name: Run clippy
run: |
cargo clippy --locked --all-targets --all-features --workspace --exclude linera-web
cargo clippy --locked --no-default-features --features kubernetes
cargo clippy --locked --no-default-features
cargo clippy --locked --target wasm32-unknown-unknown --no-default-features --features web-default \
-p linera-client \
Expand Down
Loading
Loading