Skip to content

Commit 4849768

Browse files
chore: add test task to mise.toml
1 parent 363738d commit 4849768

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ go = "1.24"
33

44
[tasks]
55
build = "go build -o lv main.go"
6+
test = "go test -v ./... -count=1"

0 commit comments

Comments
 (0)