add errx
This commit is contained in:
parent
0a9f6491b4
commit
ff30f6c3d6
6 changed files with 302 additions and 1 deletions
6
Taskfile.yml
Normal file
6
Taskfile.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
version: '3'
|
||||
tasks:
|
||||
test:
|
||||
desc: Run tests
|
||||
cmds:
|
||||
- set -o pipefail && go test fmt -json | tparse -all
|
||||
Loading…
Add table
Add a link
Reference in a new issue