Select the types of activity you want to include in your feed.
1# Playbook: Dry Run 2 3To test matchers, you can run in a dry-run mode using an in-memory database. 4 5```shell 6export DATABASE_URL=sqlite://file::memory:?cache=shared 7export RUST_LOG=supercell=debug,warning 8``` 9