test: Parallel testing infrastructure #58

Merged
aniva merged 3 commits from misc/testing into dev 2024-04-06 14:16:46 -07:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit d44693e548 - Show all commits

View File

@ -132,8 +132,5 @@ requires the presence of `lean-all`.
To run tests: To run tests:
``` sh ``` sh
nix build .#checks.${system}.test nix flake check
``` ```
For example, `${system}` could be `x86_64-linux`. Using `nix develop` drops the
current session into a development shell with fixed Lean version.