Skip to content

Feature/remove typestate pattern from model builder #80

Feature/remove typestate pattern from model builder

Feature/remove typestate pattern from model builder #80

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main, dmz ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: --tests --benches