mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 14:30:19 +00:00
github/workflows/build: disable aarch64 tests (#6192)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -305,7 +305,7 @@ jobs:
|
||||
sudo chown -R $(id -u):$(id -g) dist-newstyle ~/.cabal
|
||||
|
||||
- name: Run tests
|
||||
if: matrix.should_run == true
|
||||
if: matrix.should_run == true && matrix.arch == 'x86_64'
|
||||
timeout-minutes: 120
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user