Add flake.lock file and update README and CI configuration for x86_64-linux checks. Modify NixOS tests to improve database handling and streamline package installations. Update quickstart guide to reflect new testing commands.
This commit is contained in:
10
README.md
10
README.md
@@ -128,13 +128,13 @@ cd frontend && npm test
|
||||
nix flake check
|
||||
|
||||
# Run specific test
|
||||
nix build .#checks.backend-integration
|
||||
nix build .#checks.full-stack
|
||||
nix build .#checks.performance
|
||||
nix build .#checks.security
|
||||
nix build .#checks.x86_64-linux.backend-integration
|
||||
nix build .#checks.x86_64-linux.full-stack
|
||||
nix build .#checks.x86_64-linux.performance
|
||||
nix build .#checks.x86_64-linux.security
|
||||
|
||||
# Interactive debugging
|
||||
nix build .#checks.backend-integration.driverInteractive
|
||||
nix build .#checks.x86_64-linux.backend-integration.driverInteractive
|
||||
./result/bin/nixos-test-driver
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user