Skip to content

Merge pull request #4 from heypoom/refactor/settings-component #748

Merge pull request #4 from heypoom/refactor/settings-component

Merge pull request #4 from heypoom/refactor/settings-component #748

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