diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 14:44:47 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 18:06:21 +0100 |
| commit | b3c7168e673eaeff30fca3553e0070fe9e9d86e2 (patch) | |
| tree | 8aed6d0abd12fe7300ebd5073807957b88ef10c8 /test/test-runner | |
| parent | 1f981f6bf965390a2f6c6c642f5cab89e097fc45 (diff) | |
| download | mullvadvpn-b3c7168e673eaeff30fca3553e0070fe9e9d86e2.tar.xz mullvadvpn-b3c7168e673eaeff30fca3553e0070fe9e9d86e2.zip | |
Add workspace level linting to test workspace
Diffstat (limited to 'test/test-runner')
| -rw-r--r-- | test/test-runner/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml index 64461d76aa..6f95d2b34b 100644 --- a/test/test-runner/Cargo.toml +++ b/test/test-runner/Cargo.toml @@ -3,6 +3,9 @@ name = "test-runner" version = "0.1.0" edition = "2021" +[lints] +workspace = true + [dependencies] futures = { workspace = true } tarpc = { workspace = true } |
