Skip to content

chore: comment out setblock behaviour #779

chore: comment out setblock behaviour

chore: comment out setblock behaviour #779

Workflow file for this run

on: [push]
name: Test
jobs:
build_and_test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test --release --all-features
working-directory: ./machine