richer api errors proposal

Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
R.I.Pienaar
2021-04-30 15:03:51 +02:00
parent cf433ae007
commit 0d391b02eb
19 changed files with 1622 additions and 514 deletions

View File

@@ -43,8 +43,8 @@ jobs:
shell: bash --noprofile --norc -x -eo pipefail {0}
run: |
set -e
go test -i ./...
go test -v -run=TestNoRace --failfast -p=1 ./...
go test -vet=off -i ./...
go test -vet=off -v -run=TestNoRace --failfast -p=1 ./...
# coverage via cov.sh disabled while just testing the waters
go test -v -race -p=1 --failfast ./...
go test -vet=off -v -race -p=1 --failfast ./...
set +e