Skip to content

Commit

Permalink
Merge pull request dmacvicar#453 from MalloZup/fix-regressions
Browse files Browse the repository at this point in the history
Fix small issues due latest change
  • Loading branch information
MalloZup authored Oct 19, 2018
2 parents fe57374 + 79f38b2 commit afb7388
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ install:
go install

test:
go test -v -covermode=count -coverprofile=profile.cov . ./libvirt

go test -v -covermode=count -coverprofile=profile.cov ./libvirt
go test -v .
testacc:
go test -v .
./travis/run-tests-acceptance

vet:
Expand Down

0 comments on commit afb7388

Please sign in to comment.