Optimizations: Equihash & Feats: Assumevalid + SPV #20
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: check | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| permissions: read-all | |
| jobs: | |
| test-cairo: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: software-mansion/setup-scarb@v1 | |
| with: | |
| scarb-version: "2.12.2" | |
| - run: scarb --version | |
| - run: scarb test --package consensus | |
| - run: scarb test --package utils | |
| - run: scarb --profile release test --package client |