this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 209 B view raw view rendered
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