Skip to content

Commit

Permalink
v0.0.19: Custom test commands
Browse files Browse the repository at this point in the history
Instead of always running the full test suite using:

    cage test frontend web

You can now override the test command, and only run specific tests:

    cage test frontend web rake test:unit
  • Loading branch information
emk committed Oct 6, 2016
1 parent 95f9774 commit ffb274e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cage"
version = "0.0.18"
version = "0.0.19"
authors = ["Eric Kidd <[email protected]>"]

description = "Develop multi-pod docker-compose apps"
Expand Down

0 comments on commit ffb274e

Please sign in to comment.