fix: rename unitTests to evalTests

This commit is contained in:
Ryan Yin
2024-03-13 21:47:23 +08:00
parent 5200f001c2
commit 6a9afbb9a2
6 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ otherwise, it will be difficult to manage and maintain them.
Unit Tests for all flake outputs(only NixOS systems currently).
```bash
nix eval .#unitTests --show-trace --print-build-logs --verbose
nix eval .#evalTests --show-trace --print-build-logs --verbose
```
## Overview