#!/bin/bash
set -e

export GOPATH=/usr/share/gocode
export GO111MODULE=off
go test -v github.com/containernetworking/plugins/...
