disable macOS tests (#6825)
This commit is contained in:
parent
427e2b03ed
commit
0c2107af7c
|
@ -22,7 +22,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
||||||
os: [ubuntu-latest, macos-latest]
|
# TODO: macOS tests were removed for now, see https://github.com/ZcashFoundation/zebra/issues/6824
|
||||||
|
os: [ubuntu-latest]
|
||||||
rust: [stable, beta]
|
rust: [stable, beta]
|
||||||
features: ["", " --features getblocktemplate-rpcs"]
|
features: ["", " --features getblocktemplate-rpcs"]
|
||||||
exclude:
|
exclude:
|
||||||
|
|
|
@ -69,7 +69,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
||||||
os: [ubuntu-latest, macos-latest]
|
# TODO: macOS tests were removed for now, see https://github.com/ZcashFoundation/zebra/issues/6824
|
||||||
|
os: [ubuntu-latest]
|
||||||
rust: [stable, beta]
|
rust: [stable, beta]
|
||||||
features: ["", " --features getblocktemplate-rpcs"]
|
features: ["", " --features getblocktemplate-rpcs"]
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in New Issue