diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-02-20 10:17:51 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-02-26 08:40:17 +0100 |
| commit | a7317f7fd9ad5dc88ee50d2feefa26e2774cf303 (patch) | |
| tree | 193be839500117691558281f779631f85486bdf3 /.github | |
| parent | da257e7161a676e7bd0725b7bbbcdeffaf7f9c34 (diff) | |
| download | mullvadvpn-a7317f7fd9ad5dc88ee50d2feefa26e2774cf303.tar.xz mullvadvpn-a7317f7fd9ad5dc88ee50d2feefa26e2774cf303.zip | |
Reorder flags in CI job to improve readability
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/testframework-clippy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testframework-clippy.yml b/.github/workflows/testframework-clippy.yml index 26d9768623..cbb35eb2c2 100644 --- a/.github/workflows/testframework-clippy.yml +++ b/.github/workflows/testframework-clippy.yml @@ -72,4 +72,4 @@ jobs: run: | # Exclude checking test-manager on Windows, since it is not a supported compilation target. time cargo clippy --all-targets --workspace --exclude test-manager --locked - time cargo clippy --all-targets --all-features --workspace --exclude test-manager --locked + time cargo clippy --all-targets --workspace --exclude test-manager --locked --all-features |
