* revert #6825

* remove todo comment from CI
This commit is contained in:
Alfredo Garcia 2023-10-26 09:48:09 -03:00 committed by GitHub
parent 06ab529877
commit 879fd5f37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest, macos-latest]
rust: [stable, beta] rust: [stable, beta]
features: [""] features: [""]
exclude: exclude:

View File

@ -74,8 +74,7 @@ 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
# TODO: macOS tests were removed for now, see https://github.com/ZcashFoundation/zebra/issues/6824 os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
rust: [stable, beta] rust: [stable, beta]
# TODO: When vars.EXPERIMENTAL_FEATURES has features in it, add it here. # TODO: When vars.EXPERIMENTAL_FEATURES has features in it, add it here.
# Or work out a way to trim the space from the variable: GitHub doesn't allow empty variables. # Or work out a way to trim the space from the variable: GitHub doesn't allow empty variables.