This commit is contained in:
Hassan Abedi 2026-03-09 13:25:25 +01:00
parent 7a5d856367
commit dda7bfb9e8

View File

@ -79,6 +79,9 @@ let rule = RuleBuilder::new()
#### Usful Commands #### Usful Commands
```bash ```bash
# Install dependencies
nix develop -c make install-deps
# Run all tests # Run all tests
make test make test