Skip to content

Commit 37e358d

Browse files
committed
fix: exclude running tests against dashboard
1 parent 9a021b9 commit 37e358d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ package:
3434

3535
## test: Run tests.
3636
test:
37-
go test -v ./...
37+
go test -v $(go list ./... | grep -v /dashboard/)
3838

3939
## version: Show version.
4040
version:

0 commit comments

Comments
 (0)