Skip to content

Commit

Permalink
Adds the client
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Nov 26, 2024
1 parent 2a08fc3 commit 1da70ac
Show file tree
Hide file tree
Showing 10 changed files with 2,258 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- uses: actions/checkout@v4
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets -- -D warnings -D clippy::all
working-directory: error
- run: cargo clippy --all-targets -- -D warnings -D clippy::all
working-directory: client
- run: cargo clippy --all-targets -- -D warnings -D clippy::all
- run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::all

Expand All @@ -32,6 +36,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo test
working-directory: error
- run: cargo test
working-directory: client
- run: cargo test
- run: cargo test --all-features

Expand Down
Loading

0 comments on commit 1da70ac

Please sign in to comment.