services-flake/test.sh
2023-06-21 10:00:35 -04:00

10 lines
227 B
Bash
Executable File

set -euxo pipefail
cd "$(dirname "$0")"
# On NixOS, run the VM tests to test runtime behaviour
if command -v nixos-rebuild &> /dev/null; then
# service tests
nix flake check -L ./test --override-input services-flake .
fi