Skip to content

Commit

Permalink
Enabled zkcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusgrigaitis committed Jan 5, 2025
1 parent fb7ea93 commit d6232e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
# It's a known issue that networking tests randomly fails on Macos
- name: Run tests
if: runner.os == 'Macos'
run: cargo test --release --no-fail-fast -- --skip behaviour --skip common
run: cargo test --release --no-fail-fast --no-default-features --features bls-zkcrypto -- --skip behaviour --skip common
- name: Run tests
if: runner.os != 'Macos'
run: cargo test --release --no-fail-fast
run: cargo test --release --no-fail-fast --no-default-features --features bls-zkcrypto
- name: Check consensus-spec-tests coverage (Linux)
if: runner.os == 'Linux'
run: scripts/ci/consensus-spec-tests-coverage.rb

0 comments on commit d6232e5

Please sign in to comment.