Skip to content

Commit 1591678

Browse files
committed
add gotcha test/live
1 parent aafd93f commit 1591678

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.gotcha.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
include:
2+
- ./...
3+
exclude:
4+
- vendor/
5+
- mocks/
6+
- .git/
7+
- tmp/
8+
- .serena/
9+
- .claude/
10+
- .vscode/
11+
- web/
12+
- assets/
13+
- favicon/
14+
- specs/
15+
- "*.out"
16+
- "*.test"
17+
args:
18+
- -v

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ test-coverage: lint
5353
test: lint
5454
gotestsum --format dots -- -race -buildvcs ./...
5555

56+
.PHONY: test/live
57+
test/live:
58+
gotcha watch # --fast
59+
5660
.PHONY: vet
5761
vet:
5862
go vet ./...

0 commit comments

Comments
 (0)