Skip to content

fix(cfr): include remaining stack in board enumeration rewards and guard sequential pruning #803

fix(cfr): include remaining stack in board enumeration rewards and guard sequential pruning

fix(cfr): include remaining stack in board enumeration rewards and guard sequential pruning #803

Workflow file for this run

name: "Test Suite"
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: {}
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/cache@v4
with:
path: |
~/.local/share/mise
~/.rustup/toolchains
~/.rustup/update-hashes
~/.rustup/settings.toml
~/.cargo/registry
~/.cargo/git
key: rust-${{ runner.os }}-${{ hashFiles('mise.toml', 'mise.lock', '**/Cargo.lock') }}
restore-keys: |
rust-${{ runner.os }}-
- uses: jdx/mise-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
cache: false
- run: cargo check --all --all-features
- run: mise check