Skip to content

add support for allocating new blocks #30

add support for allocating new blocks

add support for allocating new blocks #30

Workflow file for this run

name: Rust
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Run tests
run: cargo test --all --verbose
- name: Run tests (release)
run: cargo test --all --verbose --release