#!/bin/bash
set -o errexit
set -o pipefail
go mod tidy
go mod vendor
go test -v -count=1 -race ./...
# go test -v -count=1 -run TestScoring ./...