Skip to content

Commit

Permalink
run tests under ./check-XXX/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed Mar 17, 2017
1 parent 5b8c003 commit 4241f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ build_script:
- go build -o check-windows-eventlog/check-windows-evenglog.exe ./check-windows-eventlog
test_script:
- go tool vet -all .
- go test ./check-log ./check-procs ./check-ntservice ./check-windows-eventlog
- go test ./check-log/... ./check-procs/... ./check-ntservice/... ./check-windows-eventlog/...

0 comments on commit 4241f32

Please sign in to comment.