We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959e41d commit dcb0607Copy full SHA for dcb0607
.drone.yml
@@ -6,4 +6,4 @@ steps:
6
image: golang
7
commands:
8
- curl -sL https://taskfile.dev/install.sh | sh
9
- - ./bin/task test
+ - ./bin/task test TARGETS=$(go list ./... | grep -v /legacy/)
0 commit comments