diff options
| author | Paul Buetow <paul@buetow.org> | 2024-06-18 09:16:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-06-18 09:16:11 +0300 |
| commit | c8d842353f1b21971443dcaf6658bad77ad24b85 (patch) | |
| tree | 3bf0e48ae42b453e5d81e8e012367c2d68b34022 /Taskfile.yml | |
| parent | fd005e1b770b071eaa137877d9fe7a5845670de9 (diff) | |
add basic lipgloss style
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 36d0832..b7ec8fb 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -12,6 +12,9 @@ tasks: cmds: - go build -race -o gosd cmd/gosd/main.go - go build -race -o gos cmd/gos/main.go + gosrun: + cmds: + - go run cmd/gos/main.go test: cmds: - go clean -testcache |
