Skip to content

Commit 29ce7ff

Browse files
committed
Rename player's test test to player-test
1 parent 00a853c commit 29ce7ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

player/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ name = "play"
2121
path = "src/bin/play.rs"
2222
test = false
2323

24+
[[test]]
25+
name = "player-test"
26+
path = "tests/root.rs"
27+
2428
[dependencies]
2529
wgpu-types = { workspace = true, features = ["serde"] }
2630

File renamed without changes.

0 commit comments

Comments
 (0)