Skip to content

Commit

Permalink
Fix test make target to run all tests (dmacvicar#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeaumont authored and dmacvicar committed Sep 28, 2024
1 parent a624ad9 commit 768c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
# - run all the unit tests: make test
# - run some particular test: make test TEST_ARGS="-run TestAccLibvirtDomain_Cpu"
test:
go test -v $(TEST_ARGS_DEF) $(TEST_ARGS) ./libvirt
go test -v $(TEST_ARGS_DEF) $(TEST_ARGS) ./libvirt/...

# acceptance tests
# usage:
Expand Down

0 comments on commit 768c587

Please sign in to comment.