diff options
| author | mo8it <mo8it@proton.me> | 2024-03-31 18:59:01 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-03-31 18:59:01 +0200 |
| commit | 7090fffeae88a2afdeb42ae3301c4842416ab729 (patch) | |
| tree | 20aabec9510186f2828dbed639d741b9648dd137 /Cargo.toml | |
| parent | c1de4d46aad38d315e061b7262f773f48c6aab63 (diff) | |
Fix tests
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ [workspace] resolver = "2" +exclude = [ + "tests/fixture/failure", + "tests/fixture/state", + "tests/fixture/success", +] [workspace.package] version = "6.0.0" |
