ci: disable test step for ubuntu-20.04 (#1270)
This commit is contained in:
parent
1bb7a954f5
commit
8a121b4442
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user