#!/bin/sh
set -e
. debian/tests/setup

go test -timeout 0 github.com/canonical/ubuntu-image/...
