Merge #168: ci: re-enable ci on non-1.48 for MacOS

0cf6f3214763109a2e2f7096945a40e8397be9a6 ci: re-enable ci on non-1.48 for MacOS (Antoine Poinsot)

Pull request description:

  So we at least have one MacOS job. Because it looks like #69 isn't going anywhere.

ACKs for top commit:
  darosior:
    self-ACK 0cf6f3214763109a2e2f7096945a40e8397be9a6 -- trivial.

Tree-SHA512: 0551558af9b948590de7ad43c08aa19a16ab1553059f3a421dbd527faf7394752fb781b43199ddfed8b3594a6c5425cf0d544c9238586c65445cafc01cafcf94
This commit is contained in:
Antoine Poinsot 2022-12-08 10:39:13 +01:00
commit 9ba5f67308
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: