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 13:48:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b3fbb878f
yq
/
scripts
/
test.sh
4 lines
65 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
update ci to use go 1.13, switch to golangci-lint
2019-10-29 21:19:17 +00:00
go
test
-v
$(
go list ./...
|
grep -v -E
'examples'
)
Reference in New Issue
Copy Permalink