diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-06-09 21:22:11 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-06-13 15:04:21 +0200 |
| commit | 5cf95401636bc08ceede485c123230036fb86b14 (patch) | |
| tree | 8fcfbdf8592fbb2ec3363719a37b23ab46971547 | |
| parent | 992f26830b193a4616379e016ae549b49ee9bb85 (diff) | |
| download | mullvadvpn-5cf95401636bc08ceede485c123230036fb86b14.tar.xz mullvadvpn-5cf95401636bc08ceede485c123230036fb86b14.zip | |
Disable -quiet for tests
| -rw-r--r-- | .github/workflows/ios.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 122c9881b9..cabe9c147a 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -48,7 +48,6 @@ jobs: - name: Build and test run: | xcodebuild test \ - -quiet \ -project MullvadVPN.xcodeproj \ -scheme MullvadVPNTests \ -destination "${destination}" \ |
