Skip to content

Merge pull request #48 from a-barlow/feat-state-insertion #75

Merge pull request #48 from a-barlow/feat-state-insertion

Merge pull request #48 from a-barlow/feat-state-insertion #75

Workflow file for this run

name: cargo test (dev)
on:
pull_request:
branches: [ "dev" ]
push:
branches: [ "dev" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose