This commit is contained in:
juancwu 2026-04-25 18:49:56 +00:00
commit ff30f6c3d6
6 changed files with 302 additions and 1 deletions

6
Taskfile.yml Normal file
View file

@ -0,0 +1,6 @@
version: '3'
tasks:
test:
desc: Run tests
cmds:
- set -o pipefail && go test fmt -json | tparse -all