Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow package to be specified for test mode #2

Closed
wants to merge 2 commits into from

Conversation

DanielHeath
Copy link

This change allows the following stanza:

guard 'go', :test => true, :package => 'auth/config' do
  watch(%r{src/auth/config/.*_test\.go$})
end

which will run

go test auth/config

@DanielHeath DanielHeath closed this Jun 7, 2013
vcastellm pushed a commit that referenced this pull request Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant