mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 04:47:42 +03:00
chore(app): don't build doc-tests for lib; lib-tests for binary
There are no doctests and it's unlikely there will be anytime soon as this library isn't for publishing. The binary also doesn't have unit-tests, thus there is no need to look for them.
This commit is contained in:
parent
eed0fb1fbb
commit
3c7e238ca6
@ -6,6 +6,14 @@ rust-version = "1.57"
|
||||
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[[bin]]
|
||||
name = "gitbutler-app"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "1.5", features = [] }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user