Skip to content

Add maybe2-method (and fix some doc-terminology) #57

Add maybe2-method (and fix some doc-terminology)

Add maybe2-method (and fix some doc-terminology) #57

Workflow file for this run

name: Mutants
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install rust
run: rustup toolchain install stable
- name: Install cargo mutants
run: cargo install cargo-mutants
- name: Mutants
run: cd arcshift && ./run_mutants.sh