Merge branch 'v2-exp' into v2-table

This commit is contained in:
Andrey Nering
2025-05-21 14:08:35 -03:00
26 changed files with 805 additions and 61 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
# https://taskfile.dev
version: '3'
version: "3"
tasks:
lint:
@@ -12,3 +12,8 @@ tasks:
desc: Run tests
cmds:
- go test ./... {{.CLI_ARGS}}
test:table:
desc: Run tests with table test
cmds:
- go test ./table {{.CLI_ARGS}}