Skip to content

Add option to find the shortest macro (#69) #257

Add option to find the shortest macro (#69)

Add option to find the shortest macro (#69) #257

Workflow file for this run

name: Rust
on:
push:
branches: ["main", "develop/**"]
pull_request:
branches: ["main", "develop/**"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release --package simulator --package solvers --package game-data
- name: Run tests
run: cargo test --verbose --release --package simulator --package solvers --package game-data