File: skip-test.diff

package info (click to toggle)
rust-gufo 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 172 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,14 +29,6 @@
 name = "gufo"
 path = "src/lib.rs"
 
-[[example]]
-name = "show-metadata"
-path = "examples/show-metadata.rs"
-required-features = ["chrono"]
-
-[[test]]
-name = "test"
-path = "tests/test.rs"
 
 [dependencies.chrono]
 version = "0.4.38"