Skip to content

Commit

Permalink
Turn off tests for main crates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 13, 2014
1 parent 19c4f8d commit 6718b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phf/Cargo.toml
Expand Up @@ -8,6 +8,7 @@ version = "0.0.0"

name = "phf"
path = "src/lib.rs"
test = false

[dev_dependencies.phf_mac]

Expand Down
1 change: 1 addition & 0 deletions phf_mac/Cargo.toml
Expand Up @@ -9,3 +9,4 @@ version = "0.0.0"
name = "phf_mac"
path = "src/lib.rs"
plugin = true
test = false

0 comments on commit 6718b60

Please sign in to comment.