Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 312 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 312 Bytes

Nix Machines

Running tests

Since some of them require internet access, it's necessary to add --no-sandbox (they are run in a VM anyway)

  • For individual tests use nix build .#checks.x86_64-linux.<testname> --no-sandbox -L. (-L to show full log)
  • To run all tests run nix flake check --no-sandbox