#!/bin/sh
set -e

echo "#### Linting"
golangci-lint run -v

echo
echo "#### Running tests"
make test