serokell / deploy-rs

A simple multi-profile Nix-flake deploy tool.
Other
1.22k stars 100 forks source link

[OPS-1384] Introduce NixOS VM tests #264

Closed Sereja313 closed 3 months ago

Sereja313 commented 3 months ago

Problem: Currently, the only way to test deploy-rs deployments is to actually do a deployment to an existing NixOS instance (either in VM, or a real machine) manually. This is a bit inconvenient and one can forget to test changes when developing/reviewing deploy-rs changes.

Solution: Add NixOS VM tests.