mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-10 09:34:16 +00:00
4 lines
72 B
Bash
4 lines
72 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
go test -v $(go list ./... | grep -v -E 'vendor|examples')
|