ci: re-enable ci on non-1.48 for MacOS

So we at least have one MacOS job. Because it looks like #69 isn't going anywhere.
This commit is contained in:
Antoine Poinsot 2022-12-08 10:08:24 +01:00
parent 1705581bd4
commit 0cf6f32147
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -26,8 +26,7 @@ jobs:
- nightly
os:
- ubuntu-latest
# See issue https://github.com/revault/liana/issues/69
#- macOS-latest
- macOS-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
@ -43,7 +42,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: cargo test --verbose --no-default-features
- name: Test on Rust ${{ matrix.toolchain }} (non Windows)
if: matrix.os != 'windows-latest'
# See issue https://github.com/revault/liana/issues/69
if: matrix.os != 'windows-latest' && (matrix.os != 'macOS-latest' || matrix.toolchain != '1.48')
run: cargo test --verbose --color always -- --nocapture
linter_gui: