Add your bot token and channel ID as environment variables to run tests.
export SLACK_BOT_TOKEN=xoxb-0000000000000000000000
export SLACK_CHANNEL_ID=C0000000000
See the readme for more details
cargo build
See cargo-build.
Alternatively, as this is a library and not a binary, a plugin such as rust-analyzer will run cargo within your IDE and notify you of any compile errors.
cargo tu
These tests output test data to stdout
and can be used to visually check data during development.
cargo to
See cargo-test.