Skip to content

Commit dcb0607

Browse files
committed
try excluding legacy
1 parent 959e41d commit dcb0607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ steps:
66
image: golang
77
commands:
88
- curl -sL https://taskfile.dev/install.sh | sh
9-
- ./bin/task test
9+
- ./bin/task test TARGETS=$(go list ./... | grep -v /legacy/)

0 commit comments

Comments
 (0)