This website requires JavaScript.
Explore
Help
Register
Sign In
suyiiyii
/
yq
Watch
1
Star
0
Fork
0
You've already forked yq
mirror of
https://github.com/mikefarah/yq.git
synced
2024-11-12 05:38:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ec533bc1b
yq
/
scripts
/
test.sh
4 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Task: Simplify development The base directory has all shell scripts in scripts/ and all example/test files in examples/. A Makefile provides all the commands with helpful information. If a developer simply types `make` then vendor is properly updated, the code is formatted, linted, tested, built, acceptance test run, and installed. Linting errors resolved. Ignored test case (`TestParsePath`) updated to work as expected.
2017-09-20 23:40:33 +00:00
#!/bin/bash
more tests, some refactoring
2020-01-08 21:17:56 +00:00
go
test
-v
$(
go list ./...
|
grep -v -E
'examples'
|
grep -v -E
'test'
)
Reference in New Issue
Copy Permalink