Skip to content

feat: improved selection modes #786

feat: improved selection modes

feat: improved selection modes #786

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