diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-09 20:06:45 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-23 13:13:44 -0300 |
| commit | 9abbeaa931828b078a7b5fd06e9c5e795be1c490 (patch) | |
| tree | cd509a37d1c927e57a5866f65d7759833e45f032 | |
| parent | db6dd19a9efd4be8378f85697a92862397ad8f81 (diff) | |
| download | mullvadvpn-9abbeaa931828b078a7b5fd06e9c5e795be1c490.tar.xz mullvadvpn-9abbeaa931828b078a7b5fd06e9c5e795be1c490.zip | |
Enable account tests on all platforms
| -rw-r--r-- | mullvad-tests/tests/account.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-tests/tests/account.rs b/mullvad-tests/tests/account.rs index 4d7c2bdcea..35e8baa6cf 100644 --- a/mullvad-tests/tests/account.rs +++ b/mullvad-tests/tests/account.rs @@ -1,4 +1,4 @@ -#![cfg(all(target_os = "linux", feature = "integration-tests"))] +#![cfg(feature = "integration-tests")] extern crate mullvad_tests; |
