mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-04 02:38:09 +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')
|