Skip to content

Commit

Permalink
cleanup - don't build and run tests while there is nothing to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 25, 2020
1 parent 994700f commit 4a153da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ edition = "2018"
description = "A WIP crate of the gitoxide project"
publish = false

[lib]
doctest = false
test = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
4 changes: 4 additions & 0 deletions gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ publish = false
license = "MIT"
edition = "2018"

[lib]
doctest = false
test = false

[dependencies]
git-repository = { version = "0.1.0", path = "../git-repository" }
git-odb = { version = "0.1.0", path = "../git-odb", default-features = false, features = ["fast-sha1"] }
Expand Down

0 comments on commit 4a153da

Please sign in to comment.