Warning
This repo has been deprecated in-favor of Notify Server.
- Build:
cargo build
- Test:
PROJECT_ID="<project_id>" RELAY_URL="<relay_url>" cargo test --test functional
- Run:
docker-compose-up
- Integration test:
PROJECT_ID="<project_id>" TEST_ENV="STAGING(STAGING/PROD)" cargo test --test integration