Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 488 Bytes

workflow.md

File metadata and controls

24 lines (15 loc) · 488 Bytes

Workflow

Dev Setup

Prerequisites: xcode (if mac), go, golangci-lint

Install

go get github.com/domtriola/automata

Test

  • All tests: make test
  • Unit tests: make unit
  • Integration tests: make integration
  • Lint tests: make lint

Generating Simulations

Cli

Basic example: make example