Skip to content

Conversation

learnwithsobhit
Copy link

@learnwithsobhit learnwithsobhit commented Oct 16, 2024

Run pre-commit hook: to check fromating, compilation , clippy and tests

sh .githooks/pre-commit

Run tests: run unit and integration tests

cargo test

Launch server: e.g. 'cargo run --bin server 0.0.0.0:1234` or sh server.sh 0.0.0.0 1234

cargo run --bin server <ip>:<port>

Launch client: e.g. 'cargo run --bin client 0.0.0.0:1234 ` or sh server.sh 0.0.0.0 1234

cargo run --bin client <ip>:<port> <username>

GitHub Actions

The GitHub Actions workflow is defined in .github/workflows/ci.yml. It will run the server and client and check if the client can send a message to the server.

@learnwithsobhit learnwithsobhit marked this pull request as ready for review October 16, 2024 00:40
@learnwithsobhit learnwithsobhit changed the title few more updated for ReaME few more updated for ReadME Oct 16, 2024
@learnwithsobhit
Copy link
Author

Please review

Shobhit Chaturvedi and others added 6 commits October 17, 2024 10:12
@learnwithsobhit
Copy link
Author

@jgrund is anybody reviewing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant