blob: 7c9b59cb7bb09bf8e8531977686b8247c7c4c991 [file] [log] [blame]
#! /bin/bash
GO111MODULE=on go test -race -cover `go list ./... | grep -v disabled`
status=$?
exit $status