summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-06-16 13:18:52 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-06-21 11:08:42 +0200
commit0d3d6650a9d57a85dd441663a4f504729ef8d52c (patch)
tree57324511c45e3a8e8c1eef773c583333fbef3dc7 /.github
parentde20bfe5679ab3ce47ce9de6ea04415db105f0f4 (diff)
downloadmullvadvpn-0d3d6650a9d57a85dd441663a4f504729ef8d52c.tar.xz
mullvadvpn-0d3d6650a9d57a85dd441663a4f504729ef8d52c.zip
Actions: build active arch only
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index f8d5b06a38..4a055735c8 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -29,7 +29,7 @@ jobs:
- name: Build and test
run: |
- xcodebuild clean test -project MullvadVPN.xcodeproj -scheme MullvadVPNTests -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
+ xcodebuild clean test -project MullvadVPN.xcodeproj -scheme MullvadVPNTests -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=YES
working-directory: ios
env:
destination: ${{ matrix.destination }}