mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
Merge branch 'v2-exp' into v2-table
This commit is contained in:
+6
-1
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user