ci: disable test step for ubuntu-20.04 (#1270)

This commit is contained in:
JRoberts 2022-10-28 15:27:34 +04:00 committed by GitHub
parent 1bb7a954f5
commit 8a121b4442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ jobs:
echo "::set-output name=bin_path::$(cabal list-bin simplex-chat)"
- name: Unix test
if: matrix.os != 'windows-latest'
if: matrix.os != 'windows-latest' && matrix.os != 'ubuntu-20.04'
timeout-minutes: 10
shell: bash
run: cabal test --test-show-details=direct