Skip to content

chore: pad start number display #785

chore: pad start number display

chore: pad start number display #785

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