#!/bin/sh

export GOFLAGS='-mod=vendor'
export GO111MODULE='on'

exec '/usr/local/go/bin/go' test \
	-count=1 \
	-timeout=20m \
	-tags 'containers_image_openpgp sylog imgbuild_engine oci_engine singularity_engine fakeroot_engine apparmor selinux' \
	-failfast \
	-cover \
	-race \
	"$@"
