mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
go test -v $(go list ./... | grep -v -E 'examples')
|