Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 513 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 513 Bytes

Setting up a devenv

  1. Install nix (or install the required dependencies yourself, but for e.g. tests, there are a lot)
  2. Install direnv (optional, recommended for ease of use)
  3. Run direnv allow / nix develop --impure

Tests

Note: I did not manage to set up all dependencies yet - e.g. java tests are failing

# enter shell:
nix develop --impure .#test
# run directly:
nix develop --impure .#test -c cargo test