Skip to content

Commit

Permalink
Adds the server
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Nov 26, 2024
1 parent e04bad2 commit b0879d7
Show file tree
Hide file tree
Showing 10 changed files with 1,097 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
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
working-directory: server
- run: cargo clippy --all-targets -- -D warnings -D clippy::all
- run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::all

Expand All @@ -40,6 +42,8 @@ jobs:
working-directory: error
- run: cargo test
working-directory: client
- run: cargo test
working-directory: server
- run: cargo test
- run: cargo test --all-features

Expand Down
Loading

0 comments on commit b0879d7

Please sign in to comment.