diff --git a/flake.nix b/flake.nix index 5b35a56..559ca55 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,11 @@ ' "$README" > "$TMP" && mv "$TMP" "$README" ''; } + { + run.script = '' + bazel test //tests/... >/dev/null + ''; + } ]; postVersion = ''