services-flake/test.sh
2023-06-19 17:56:18 -04:00

10 lines
193 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
fi