Skip to content

Commit 292c727

Browse files
committed
Tweak .runny.yaml
1 parent 36d8d4a commit 292c727

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.runny.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
shell: /bin/bash
22
commands:
33
clean:
4-
run: rm -rf dist
4+
run: |
5+
go clean ./...
6+
rm -rf dist
57
install-goreleaser:
68
if: "! command -v goreleaser"
79
run: brew install goreleaser/tap/goreleaser
@@ -12,3 +14,5 @@ commands:
1214
run: |
1315
export GITHUB_TOKEN=$(gh auth token)
1416
goreleaser
17+
test:
18+
run: go test ./...

0 commit comments

Comments
 (0)