Skip to content

Commit

Permalink
ci: remove package id
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Jun 1, 2024
1 parent 268b7c2 commit 0d2c34c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
rustup update ${{ matrix.toolchain }}
- name: Lint
run: |
cargo clippy --package kyoto_light_client --all-targets
cargo clippy --all-targets
- name: Format
run: |
cargo fmt --package kyoto_light_client -- --check
cargo fmt -- --check
- name: Build
run: |
cargo build --package kyoto_light_client --verbose
cargo build --verbose
- name: Test
run: |
cargo test --package kyoto_light_client --verbose
cargo test --verbose

0 comments on commit 0d2c34c

Please sign in to comment.