summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-25 15:12:14 +0200
committermo8it <mo8it@proton.me>2024-07-25 15:12:14 +0200
commit8fec5155c735efe791ba2fdbaa7a562bf3e0ddea (patch)
tree47e9510337546373e5dbd104a602653de9a90b77 /Cargo.toml
parent3f49decce947ff7f1d30b53cf22fc2a0bce820f6 (diff)
Clean up tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ddf3c70..685e8ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,7 @@
[workspace]
resolver = "2"
exclude = [
- "tests/fixture/failure",
- "tests/fixture/state",
- "tests/fixture/success",
+ "tests/test_exercises",
"dev",
]