Skip to content

Commit

Permalink
chore: Don't compile untested crates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Dec 14, 2019
1 parent 46ecae5 commit 9999778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "muxed"
version = "0.7.2-development"
authors = ["Brian Pearce"]

[[bin]]
name = "muxed"
test = false

[workspace]
members = [
"common",
Expand Down
1 change: 1 addition & 0 deletions edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ publish = false

[lib]
doctest = false
test = false

[dependencies]
common = { path = "../common" }
Expand Down

0 comments on commit 9999778

Please sign in to comment.