#!/bin/bash
export PATH="$PWD/.buildcache/bin:$PATH"
set -x -e -o pipefail
go generate 0-tools.go

shellcheck scripts/*

golangci-lint run

gotestsum -- -race -timeout=60s "$@" ./...
